PHP code example of laraveldaily / laravel-permissions-ui
1. Go to this page and download the library: Download laraveldaily/laravel-permissions-ui library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
laraveldaily / laravel-permissions-ui example snippets
return [
'middleware' => ['web', 'auth'],
'url_prefix' => 'permissions',
'route_name_prefix' => 'permission_ui.',
];
sh
php artisan vendor:publish --provider="LaravelDaily\PermissionsUI\PermissionsUIServiceProvider" --tag="config"
sh
php artisan vendor:publish --provider="LaravelDaily\PermissionsUI\PermissionsUIServiceProvider" --tag="lang"