Leenooks Common Tools for Laravel Applications
Go to file
2019-02-18 20:44:17 +11:00
resources/themes/adminlte Enabled search results and remember sidebar collapse 2019-02-18 20:44:17 +11:00
src Added array_undot() helper 2018-08-11 15:11:34 +10:00
composer.json Update require for igaster/laravel-theme 2019-02-04 11:04:41 +00:00
readme.md Added admin switch, and composer dependencies 2018-05-20 11:57:49 +10:00

  • User Switch Add the following routes
Route::get( 'admin/switch/start/{id}', 'UserController@user_switch_start' );
Route::get( 'admin/switch/stop', 'UserController@user_switch_stop' );