Leenooks Common Tools for Laravel Applications
Go to file
2021-06-29 10:34:44 +10:00
resources/themes Dont use asset() for remote URLs, added metronic theme 2021-06-29 10:34:44 +10:00
src Dont use asset() for remote URLs, added metronic theme 2021-06-29 10:34:44 +10:00
composer.json Updates for Laravel 8 2021-02-05 23:28:09 +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' );