Download the PHP package trinityrank/nova-resource-remove without Composer
On this page you can find all versions of the php package trinityrank/nova-resource-remove. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download trinityrank/nova-resource-remove
More information about trinityrank/nova-resource-remove
Files in trinityrank/nova-resource-remove
Download trinityrank/nova-resource-remove
More information about trinityrank/nova-resource-remove
Files in trinityrank/nova-resource-remove
Vendor trinityrank
Package nova-resource-remove
Short Description LaravelNovaResourceRemove - safe remove resource which is related to the another table and assign to another resource
License MIT
Homepage https://github.com/trinity-rank/nova-resource-remove
Package nova-resource-remove
Short Description LaravelNovaResourceRemove - safe remove resource which is related to the another table and assign to another resource
License MIT
Homepage https://github.com/trinity-rank/nova-resource-remove
Please rate this library. Is it a good library?
Informations about the package nova-resource-remove
Installation
Step 1: Install package
To get started with Nova Resource Remove, use Composer command to add the package to your composer.json project's dependencies:
Step 2: Configuration
-
You need to import class in Nova ressource
- And then you need add actions function in Nova ressource
- It is strongly recommended to use onlyOnTableRow()
- The first parameter is the path of the resource-related model
- The second is the name of foreign key column
-
3rd parameter is the name of the foreign table to which the model is attached
- If you want to authorize an action not to appear for a particular resource
Step 3: Additional Configuration
- When a action is added to a resource that has an associated authorization policy, the policy's delete method must return false.
All versions of nova-resource-remove with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package trinityrank/nova-resource-remove contains the following files
Loading the files please wait ....