PHP Classes

File: src/stubs/cms/core/user/module.json

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

Contents

Class file image Download
{ "name": "user", "version": "0.0.1", "type" : "core", "providers": [ "providers\\UserServiceProvider" ], "helpers" : { "User":"cms\\core\\user\\helpers\\User" }, "roles" : "config\\roles.php", "configuration" : "user::admin.configuration.configuration", "configuration_data" : "\\cms\\core\\user\\Controllers\\UserController@getConfigurationData" }