Leenooks Common Tools for Laravel Applications
Go to file
2020-08-23 10:31:08 +10:00
resources/themes/adminlte Some minor improvements for projects that dont set /page_title 2020-08-23 10:31:08 +10:00
src Remove @todo comment that has been implemented 2020-07-10 09:43:40 +10:00
composer.json Update for Laravel 7.x 2020-08-04 16:14:35 +10: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' );