If you use composer create-project --prefer-dist laravel/laravel blog to create a Laravel project
chmod -R 777 storage bootstrap/cache
If you use git clone [email protected]:laravel/laravel.git
composer installchmod -R 777 storage bootstrap/cachecp .env.example .envphp artisan key:generate
- Link Docker to the project
- Edit the
.env.examplefile to include DB credentials (if using docker) and theAPP_KEY - Replace content of default
README.mdwith sample-README.md.