npx apply laravel:frontend <path> <preset name> [--tall | --breeze] [--auth]
This preset is a shortcut for installing a Laravel Frontend Preset or Laravel Breeze.
You may use the
Laravel Breeze
The TALL preset
Any front-end preset
See what it does - Read documentation
You may use the
--tall
or --breeze
flag, or specify the name of the preset you want to install as the second argument.
Laravel Breeze
npx apply laravel:frontend --breeze
The TALL preset
npx apply laravel:frontend --tall --auth
Any front-end preset
npx apply laravel:frontend . tailwindcss
See what it does - Read documentation
·
Built with ❤︎ by Enzo Innocenzi