Laravel Breeze and filament
Hi everyone, i use filament for the admin panel that is registered on /admin, then i have an api endpoint /api/v1/products. The route group api has auth:sanctum and api middleware.
I ran breeze:install api and when i hit that endpoint in postman instead of the products json (or json validation error) i get an html of the filament login page.
Don't know if i'm missing some configuration somewhere
0 Replies