Download the PHP package tapp/filament-invite without Composer
On this page you can find all versions of the php package tapp/filament-invite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tapp/filament-invite
More information about tapp/filament-invite
Files in tapp/filament-invite
Package filament-invite
Short Description invite users from filament panel
License MIT
Homepage https://github.com/tapp/filament-invite
Informations about the package filament-invite
Invite users from Filament panel
Provides an action to invite users from Filament users resource.
Installation
You can install the package via composer:
You can publish the config using:
Requirements
- User model which implements password resets and email verification (Laravel defaults)
Usage
Add invite action to a table
Invite action outside of a table uses a different class
Customization
Reset URL
implement getResetPasswordUrl on the user model
Notification
implement the sendPasswordSetNotification method on the user model
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
- TappNetwork
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-invite with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0