Artisan.page

breeze:install

Install the Breeze controllers and resources

Terminal
php artisan breeze:install [--dark] [--pest] [--ssr] [--typescript] [--eslint] [--composer [COMPOSER]] [--] <stack>

Options

composerOptional

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

darkOptional

Indicate that dark mode support should be installed

eslintOptional

Indicates if ESLint with Prettier should be installed

pestOptional

Indicate that Pest should be installed

ssrOptional

Indicates if Inertia SSR support should be installed

typescriptOptional

Indicates if TypeScript is preferred for the Inertia stack

Arguments

stackRequired

The development stack that should be installed (blade,livewire,livewire-functional,react,vue,api)