0

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?

Mohamed Raza
  • 818
  • 7
  • 24

1 Answers1

1

There is no way to install breeze without breeze scaffolding Its possible to use passport with laravel ui, i dont understand, which problem have you before install breeze.? You can just follow passport documentation https://laravel.com/docs/8.x/passport

Dyos
  • 372
  • 2
  • 7