I am working on a laravel project, for authentication, I have used passport
for API. and used php artisan ui bootstrap --auth
for web PHP. using php artisan ui bootstrap --auth
laravel not be able to authenticate the current user I have researched a lot and found a solution which is a package name breeze
that offered by Laravel 8.
when I install breeze
it adds many templates and overwrites a few functions and blades. can anyone know how to not overwrite existing function or adding templates while installing?.
Question is : how to install breeze package without breeze scaffolding?