Relative Content

Tag Archive for laravelfilamentphp

FilamentPHP Panel Providers Not Displaying for Other Roles (Except super_admin)

I’ve encountered an issue with FilamentPHP while working with panel providers. Following the documentation, I used php artisan make:filament-panel user to generate a panel for managing users. I’ve also created a new user with the role user. However, when attempting to access the URL /user, I receive a 403 error. Interestingly, if I access the URL directly from super_admin, the panel displays as expected.