Download the PHP package ryangjchandler/filament-user-resource without Composer
On this page you can find all versions of the php package ryangjchandler/filament-user-resource. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ryangjchandler/filament-user-resource
More information about ryangjchandler/filament-user-resource
Files in ryangjchandler/filament-user-resource
Package filament-user-resource
Short Description A simple resource for managing users in Filament.
License MIT
Homepage https://github.com/ryangjchandler/filament-user-resource
Informations about the package filament-user-resource
A simple resource for managing users in Filament.
This package provides a UserResource
class that lets you create and update User
models from Filament. This is designed to work with Laravel's default User
model.
Installation
You can install the package via Composer:
You can publish the config file with:
Usage
The UserResource
class is automatically registered with Filament so there's very little setup.
Enabling password changes
By default, the password for a User
can't be updated from Filament. This is a personal preference, but can be enabled by calling UserResource::enablePasswordUpdates()
inside of a service provider.
You can also provide a callback function to this method to conditionally enable password updates, e.g. allowing administrators to update passwords but not other users.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ryan Chandler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-user-resource with dependencies
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^10.0