An open API service indexing awesome lists of open source software.

https://github.com/devfaysal/filament-guard


https://github.com/devfaysal/filament-guard

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Separate user model and guard for Filament
**Roles and Permissions managed by [spatie/laravel-permission](https://github.com/spatie/laravel-permission)**

Install
```bash
composer require devfaysal/filament-guard
```

Publish Migration
```bash
php artisan vendor:publish --tag=filament-guard-migrations
```

Publish Config
```bash
php artisan vendor:publish --tag=filament-guard-config
```