Just use the Composer:
composer install
Note
To work with a https certificate, you can use ngrok.
Make sure you have Docker installed.
You need to enter the WSL
:
wsl
And just run the command:
vendor/bin/sail up # to run processes in the console
vendor/bin/sail up -d # to run background processes
Just run the command:
vendor/bin/sail up # to run processes in the console
vendor/bin/sail up -d # to run background processes
This project is licensed under the MIT License.