Leenooks Common Tools for Laravel Applications
Go to file
2021-12-05 16:24:56 +11:00
resources/themes Minor changes to architect theme 2021-12-05 16:24:56 +11:00
src Add more libraries 2021-11-24 16:23:01 +11:00
composer.json Optimise calling dependant javascript in views 2021-11-23 14:25:51 +11: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' );