Do i realy have to create a new model AND migration to use Filament Breezy plugin?
Here are two tutorials for that. Why can i not only use the existing User model? At the end; ->authGuard('user');
https://medium.com/@misteryomi/implementing-custom-admin-auth-middleware-in-laravel-filament-5eedaca95318
https://medium.com/@josephajibodu/change-laravel-authentication-model-for-filamentphp-3-b69fa1560cb2
Medium
Implementing Custom Admin Auth Middleware in Laravel Filament
I would like to assume you have followed the Filament setup at https://filamentphp.com/docs/3.x/panels/installation
Medium
Change Laravel Authentication Model for FilamentPHP 3
I was developing an e-commerce platform where I wanted to separate the customers from the website administrators for various reasons.
0 Replies