Different user types

Hi, is it possible to have Admin users and standard users that don't have full access and can only see their own profile? I want admins to be able to add products and I want customers to be able to sign in and manage their subscriptions.

Thanks.
Solution
It depends on your specific requirements. You have several options to consider, such as utilizing Spatie permissions, integrating the Shield plugin, or exploring other methods to achieve your goal.

https://filamentphp.com/plugins/bezhansalleh-shield
https://spatie.be/docs/laravel-permission/v6/introduction
Filament
The easiest and most intuitive way to add access management to your Filament Panel's Resources, Pages & Widgets through spatie/laravel-permission.
Was this page helpful?