PHP Classes

File: src/stubs/cms/local/theme1/sociallinks/config/plugins.php

Recommend this page to a friend!
  Classes of Shun Ram   Laravel Admin   src/stubs/cms/local/theme1/sociallinks/config/plugins.php   Download  
File: src/stubs/cms/local/theme1/sociallinks/config/plugins.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: 390 bytes
 

Contents

Class file image Download
<?php
/*
 * return plugins array
 */
return [
   
/*
     * Login and Register Popup plugin
     */
   
"SocialLinks" => [

      
"version" => "0.0.1",

       
"action" => "\cms\sociallinks\Controllers\SociallinksController@Plugindisplay",

       
"view" => "sociallinks::plugins.sociallinks",

       
"adminview" => "sociallinks::plugins.admin.sociallinks"
   
]
];