Artisan.page

breeze:install

Install the Breeze controllers and resources

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

Options

composerOptional

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

inertiaOptional

Indicate that the Vue Inertia stack should be installed (Deprecated)

pestOptional

Indicate that Pest should be installed

ssrOptional

Indicates if Inertia SSR support should be installed

Arguments

stackOptional

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