User Administration
Startify has a builtin User Administration based on a UserResource
.
Setup
You can enable this feature by setting 'enable_users_page' => true
in the filament-startify.php
config:
/*
|--------------------------------------------------------------------------
| Startify User Administration
|--------------------------------------------------------------------------
|
| If enabled, Startify automatically creates a User Administration
| page, where you can create new Users and see their details.
| For more information please visit the docs.
|
| Documentation:
| https://startify-docs.develogix.at/features/users-admin/usage.html
|
*/
'enable_users_page' => true,