You can install the package via composer:
composer require devtical/filament-sanctum
Config:
php artisan vendor:publish --tag=filament-sanctum-config
return [
'abilities' => [
'users:read' => 'Read User',
'users:create' => 'Create User',
'users:update' => 'Update User',
'users:delete' => 'Delete User',
'blog:read' => 'Read Blog',
'blog:create' => 'Create Blog',
'blog:update' => 'Update Blog',
'blog:delete' => 'Delete Blog',
],
'columns' => 4,
'navigation_menu' => true,
'user_menu' => false,
'label' => 'Sanctum',
'slug' => 'sanctum',
];
Translations:
php artisan vendor:publish --tag=filament-sanctum-translations
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.