Leenooks Common Tools for Laravel Applications
Go to file
Deon George 602fc14760 Added admin switch, and composer dependencies 2018-05-20 11:57:49 +10:00
resources/themes/adminlte Added admin switch, and composer dependencies 2018-05-20 11:57:49 +10:00
src Added admin switch, and composer dependencies 2018-05-20 11:57:49 +10:00
composer.json Added admin switch, and composer dependencies 2018-05-20 11:57:49 +10:00
readme.md Added admin switch, and composer dependencies 2018-05-20 11:57:49 +10:00

readme.md

  • 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' );