Insall Laravel
composer global require laravel/installer
laravel new blog
Hossein Piri
composer global require laravel/installer
laravel new blog
composer global require "laravel/installer=~4.0"
<!-- If you using Docker, try this, replace example-app with your app name -->
curl -s https://laravel.build/example-app | bash
<!-- Here's the official docs for this. https://laravel.com/docs/8.x/installation -->