Leenooks Common Tools for Laravel Applications
resources | ||
src | ||
composer.json | ||
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' );