The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
8.x
sail:install
🖥
sail:install
Install Laravel Sail's default Docker Compose file
Options
devcontainer
- Create a .devcontainer configuration directory
Optional
with
- The services that should be included in the installation
Optional
php artisan sail:install [--with [WITH]] [--devcontainer]
Click to copy