https://github.com/3x1io/filament-user
User Manager Resource For Filament Admin
https://github.com/3x1io/filament-user
filament laravel tall-stack user-resource
Last synced: about 1 year ago
JSON representation
User Manager Resource For Filament Admin
- Host: GitHub
- URL: https://github.com/3x1io/filament-user
- Owner: 3x1io
- License: mit
- Created: 2022-02-08T21:11:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T17:27:41.000Z (about 2 years ago)
- Last Synced: 2025-04-02T16:52:02.290Z (about 1 year ago)
- Topics: filament, laravel, tall-stack, user-resource
- Language: PHP
- Homepage: https://github.com/3x1io/filament-user
- Size: 91.8 KB
- Stars: 52
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome - Filament Users V1
README

# Filament User Resource
User Resource For Filament Admin
## Installation
Before install looking for this packages and install it
- [filament-shield](https://github.com/bezhansalleh/filament-shield)
You can install the package via composer:
```bash
composer require 3x1io/filament-user
```
Publish Translation and config
```bash
php artisan vendor:publish --tag="filament-user-config"
php artisan vendor:publish --tag="filament-user-translations"
```
and now clear cache
```bash
php artisan optimize:clear
```
## Publish Resource
you can publish the resource to your project
```bash
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](CHANGELOG.md) for more information on what has changed recently.
## Credits
- [Fady Mondy](https://github.com/3x1io)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.