Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Using LaravelCP

William edited this page Jul 31, 2015 · 2 revisions
NavigationHelper::Add(['nav' => 'main', 'sort' => '1', 'link' => url('/module'), 'title' => 'Module', 'icon' => 'fa-cubes']);
HookHelper::Add(['hook' => 'dashboard', 'template' => 'l5cp-module::dashboard.welcome', 'sort' => '1']);
SearchHelper::Add(
  ['model' => 'Askedio\Laravelcp\Models\User', 
  'name' => 'User', 
  'var' => 'user', 
  'columns' => ['email', 'name', 'id'], 
  'actions' => ['id' => 
        ['method'=>'link', 'action'=>'admin/users/?/edit']
       ]]
  
 );
Clone this wiki locally