breeze:install

Install the Breeze controllers and resources

Options

  • composer - Absolute path to the Composer binary which should be used to install packages Optional
  • dark - Indicate that dark mode support should be installed Optional
  • pest - Indicate that Pest should be installed Optional
  • ssr - Indicates if Inertia SSR support should be installed Optional
  • typescript - Indicates if TypeScript is preferred for the Inertia stack (Experimental) Optional

Arguments

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