Leenooks Common Tools for Laravel Applications
Go to file
2018-07-17 13:27:25 +10:00
resources/themes/adminlte More improvements to User Switch 2018-07-17 13:27:25 +10:00
src More improvements to User Switch 2018-07-17 13:27:25 +10:00
composer.json Added helpers.php 2018-06-12 16:09:27 +10: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' );