shortcodes/roles

The package allows to managing roles and assigning them to users

Installs: 332

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:package

1.0.8 2020-03-06 08:59 UTC

This package is auto-updated.

Last update: 2024-05-06 18:44:16 UTC


README

The package allows to adding and deleting roles and assigning those roles to users.

.env

To set some email as admin you have to put this vairable to your .env file. Use comma to set many emails.

APP_ADMINS=example@email.com

Publish

To publish all assets and configs you simple need to run

php artisan vendor:publish --provider="Shortcodes\Roles-package\RolesPackageProvider"