Download the PHP package visanduma/nova-actor without Composer
On this page you can find all versions of the php package visanduma/nova-actor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download visanduma/nova-actor
More information about visanduma/nova-actor
Files in visanduma/nova-actor
Package nova-actor
Short Description Simple user switch for development environment
License MIT
Homepage https://github.com/visanduma/nova-actor
Informations about the package nova-actor
Nova Actor
The Simple User switch for Laravel Nova dashboard
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Setup
- Update the
nova-actor.php
config file with your USER Model & column details - Register the nova-actor middleware in
nova
config file
Adding actors/users
Create json file called actors.json
in root level of the project. then add any user details as following structure.
Remember to add the actors.json
file to .gitignore
Customizing the view
if you want to customize the Actor dialog content, you can publish the view file and update it.
Publish the view file with:
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-actor with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0|^10.0|^11.0