Artisan.page

jetstream:install

Install the Jetstream components and resources

Terminal
php artisan jetstream:install [--dark] [--teams] [--api] [--verification] [--pest] [--ssr] [--composer [COMPOSER]] [--] <stack>

Options

apiOptional

Indicates if API support should be installed

composerOptional

Absolute path to the Composer binary which should be used to install packages

darkOptional

Indicate that dark mode support should be installed

pestOptional

Indicates if Pest should be installed

ssrOptional

Indicates if Inertia SSR support should be installed

teamsOptional

Indicates if team support should be installed

verificationOptional

Indicates if email verification support should be installed

Arguments

stackRequired

The development stack that should be installed (inertia,livewire)