3x1io/filament-user
This package is abandoned and no longer maintained.
No replacement package was suggested.
User Manager Resource For Filament Admin
Maintainers
Fund package maintenance!
v1.1.11
2023-08-24 07:23 UTC
Requires
- php: ^8.1
- bezhansalleh/filament-shield: ^3.0@beta
- filament/filament: ^3.0.0
- queents/console-helpers: ^1.0
- spatie/laravel-package-tools: ^1.14
- stechstudio/filament-impersonate: ^3.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Filament User Resource
User Resource For Filament Admin
Installation
Before install looking for this packages and install it
You can install the package via composer:
composer require 3x1io/filament-user
Publish Translation and config
php artisan vendor:publish --tag="filament-user-config" php artisan vendor:publish --tag="filament-user-translations"
and now clear cache
php artisan optimize:clear
Publish Resource
you can publish the resource to your project
php artisan filament-user:publish
it will publish the resource to your project
than go to filament-user.php config file and change the publish_resource to true
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
