breeze:install

Install the Breeze controllers and resources

Options

  • composer - Absolute path to the Composer binary which should be used to install packages Optional
  • inertia - Indicate that the Vue Inertia stack should be installed (Deprecated) Optional
  • pest - Indicate that Pest should be installed Optional
  • ssr - Indicates if Inertia SSR support should be installed Optional

Arguments

  • stack - The development stack that should be installed (blade,react,vue,api) Optional
php artisan breeze:install [--inertia] [--pest] [--ssr] [--composer [COMPOSER]] [--] [<stack>]