Download the PHP package creode/laravel-nova-account-approval without Composer
On this page you can find all versions of the php package creode/laravel-nova-account-approval. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creode/laravel-nova-account-approval
More information about creode/laravel-nova-account-approval
Files in creode/laravel-nova-account-approval
Package laravel-nova-account-approval
Short Description A simple package which integrates with the laravel-account-approval package to grant additional actions within Nova.
License MIT
Homepage https://github.com/creode/laravel-nova-account-approval
Informations about the package laravel-nova-account-approval
Laravel Nova Account Approval
A simple package which integrates with the laravel-account-approval package to grant additional actions within Nova.
Installation
You can install the package via composer:
Usage
This package currently just exposes some actions that can be used in Nova resources to activate and deactivate users.
This functionality is tied directly to the laravel-account-approval
package, using it as a dependency of this one.
Setting up the actions
To use the actions, you need to add them to your Nova resource. For example, if you have a User resource, you can add the actions like so:
Actions are configured to be both inline and in bulk so they can be used to easily approve/deactivate multiple users at once from the main screen.
It may also be useful to display the status of the user in the resource index. This can be done by adding the following to the fields
method of the resource:
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
- Creode
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-nova-account-approval with dependencies
creode/laravel-account-approval Version ^1.1
illuminate/contracts Version ^10.0 | ^11.0
laravel/nova Version ^4.32
spatie/laravel-package-tools Version ^1.14.0