Leenooks Common Tools for Laravel Applications
Go to file
2020-01-09 18:44:07 +11:00
resources/themes/adminlte Added custom.js, login redirects to current page, added form-start/form-end and change breadcrumb width 2020-01-09 18:44:07 +11:00
src Removed Acache/User 2019-10-11 14:47:13 +11:00
composer.json Added custom.css to app.blade 2019-10-30 14:31:32 +08: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' );