PHP Classes

File: src/stubs/cms/core/user/config/roles.php

Recommend this page to a friend!
  Classes of Shun Ram   Laravel Admin   src/stubs/cms/core/user/config/roles.php   Download  
File: src/stubs/cms/core/user/config/roles.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Admin
Manage users and the site content they publish
Author: By
Last change:
Date: 1 year ago
Size: 263 bytes
 

Contents

Class file image Download
<?php
/*
 * return roles array
 */
return [
   
"login" => [
       
"route" => "administrator/roles",
       
"default" => 0,
       
"type" => "after",
       
"action" => "cms\core\user\Controllers\UserController",
       
"strict" => true
   
]
];