Add support for Laravel Breeze
jonsugar opened this issue · 3 comments
jonsugar commented
API additions
Create a new Laravel application with the Breeze starter-kit:
# Use Blade templating.
lambo new my-app --breeze
lambo new my-app --breeze=blade
# Use InertiaJS + Vue templating.
lambo new my-app --breeze=vue
# Use InertiaJS + React templating.
lambo new my-app --breeze=react
API Changes
Currently, the options for using Jetstream are --inertia
, --livewire
and --teams
but this causes confusion when considering Breeze plus Inertia.
The Jetstream API will change as follows:
lambo new my-app --jetstream=inertia
lambo new my-app --jetstream=livewire
lambo new my-app --jetstream=inertia,teams
lambo new my-app --jetstream=livewire,teams
References
MACscr commented
Cant wait for breeze support. Dont even need inertia or other support. =P
mattstauffer commented
@jonsugar Hm, i agree, with breeze it needs to be --jetstream=
.
camya commented
Can't wait to see this feature added to lambo and hope the PR is merged soon. Breeze support is really welcome. :) Btw. Thank you for labo. It's a great time saver.