abr4xas/nova-custom-permission

A Laravel Nova tool.

Downloads

15

Stars

0

Version

Nova Custom Permission tool for Laravel Nova

This only for my needs ;)

Installation

You can install the package via composer:

composer require abr4xas/nova-custom-permission

Then, you will need to register the tool within the NovaServiceProvider.php:

use Abr4xas\NovaCustomPermission\NovaCustomPermissionTool;
...

/**
 * Get the tools that should be listed in the Nova sidebar.
 *
 * @return array
 */
public function tools()
{
    return [
        // other tools
        new NovaCustomPermissionTool,
    ];
}

Keep in mind that this is an 15 minutes work tool, so use carefully

abr4xas

Author

abr4xas