For some reason, I'd like to install laravel breeze into my application. But the application is already built with jetstream recently which I do not need right now. So I decided to remove jetstream and install breeze. However, I keep getting many issues after removing jetstream from composer.json, deleting files regarding jetstream files, and making modifications. No matter how many changes I did I couldn't replace it with breeze.
Is there any proper way to remove the jetstream completely and install a new auth system such as breeze and laravel UI?
I would advise you to create a new application without JetStream and then move any existing code to this new app. Or you can also use any source code management tool like Git to check what was added? Then you can add those codes to your new project without changing config files.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community