https://github.com/devfaysal/filament-guard
https://github.com/devfaysal/filament-guard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devfaysal/filament-guard
- Owner: devfaysal
- Created: 2022-08-24T10:28:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T05:14:09.000Z (almost 3 years ago)
- Last Synced: 2026-02-10T19:15:58.451Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```