Skip to content

Kristories/filament-sanctum

 
 

Repository files navigation

Filament Sanctum

Create Token Token Created

Installation

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,

];

Translations:

php artisan vendor:publish --tag=filament-sanctum-translations

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email w.kristories@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Filament Sanctum

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • PHP 77.3%
  • Blade 18.3%
  • JavaScript 3.5%
  • CSS 0.9%