No idea ... you can work on another git branch and test ?
Jun 6, 2022
5
Level 4
Switch laravel breeze to jetstream
Hi Using breeze
composer require laravel/breeze --dev
php artisan breeze:install
How I can switch , I can run this command or need first delete breeze?
composer require laravel/jetstream
php artisan jetstream:install livewire
Level 39
Breeze and Jetstream are starter kits , not package. Both do a lot stuff in your code (start 2 fresh projects and use diff to see them).
Of course you can remove all these codes manually but clearly, it's easier and faster and bug free to create a new frsh project and copy your personnal code (migrations, controllers, views, ...)
2 likes
Please or to participate in this conversation.