Download the PHP package sa-arash/rolehelper without Composer
On this page you can find all versions of the php package sa-arash/rolehelper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sa-arash/rolehelper
More information about sa-arash/rolehelper
Files in sa-arash/rolehelper
Download sa-arash/rolehelper
More information about sa-arash/rolehelper
Files in sa-arash/rolehelper
Vendor sa-arash
Package rolehelper
Short Description If you need to change the main text of your rolls, then this package will help you
License MIT
Package rolehelper
Short Description If you need to change the main text of your rolls, then this package will help you
License MIT
Please rate this library. Is it a good library?
Informations about the package rolehelper
RoleHelper
If you need to change the main text of your rols, then this package will help you
STEP 1 :
composer require sa-arash/rolehelper
STEP 2 : add PROVIDERS and FACADES in config/app.php
'providers' => ServiceProvider::defaultProviders()->merge([
......
SaArash\Rolehelper\roleHelperProvider::class,
])->toArray(),
'aliases' => Facade::defaultAliases()->merge([
......
'RoleHelper'=> SaArash\Rolehelper\Facades\roleFacad::class,
])->toArray(),
STEP 3 :
php artisan vendor:publish --tag=RoleHelper
Now you can define your role in config/roleHelper.php and use this :
All versions of rolehelper with dependencies
PHP Build Version
Package Version
No informations.
The package sa-arash/rolehelper contains the following files
Loading the files please wait ...