Install
Environment Install
Categories:
Install Laravel
Larvel 9
1. cURL install
curl -s “https://laravel.build/your-custom-project-name" | bash
curl -s "https://laravel.build/example-app" | bash
curl -s "https://laravel.build/my-custom-project-name" | bash
2. Start project via sail
# cd my-custom-project-name
cd example-app
./vendor/bin/sail up