jetstream:install

Install the Jetstream components and resources

Options

  • api - Indicates if API support should be installed Optional
  • composer - Absolute path to the Composer binary which should be used to install packages Optional
  • pest - Indicates if Pest should be installed Optional
  • ssr - Indicates if Inertia SSR support should be installed Optional
  • teams - Indicates if team support should be installed Optional
  • verification - Indicates if email verification support should be installed Optional

Arguments

  • stack - The development stack that should be installed (inertia,livewire) Required
php artisan jetstream:install [--teams] [--api] [--verification] [--pest] [--ssr] [--composer [COMPOSER]] [--] <stack>