Leenooks Common Tools for Laravel Applications
Go to file
Deon George 3603583059
Remove igaster-theme
2021-11-23 13:07:11 +11:00
resources/themes Tweak Brand Logo 2021-11-03 13:03:50 +11:00
src Add back orchestra/asset 2021-11-23 11:49:07 +11:00
composer.json Remove igaster-theme 2021-11-23 13:07:11 +11: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' );