sudo apt-get install git docker docker-compose
1 Clone the project.
git clone https://github.com/SomovAA/laravel-best-practice
2 Set the environments
make copy-env
3 Initialize the application.
make init
After these steps, the site should be accessible at the address stored in the env variable APP_URL.