Leenooks Common Tools for Laravel Applications
Go to file
2022-08-06 00:19:20 +10:00
resources/themes Updated form helpers, to ensure right hand corners were rounded. Added success_button helper 2022-08-06 00:19:20 +10:00
src Rename AdminController to SwitchUserController with some optimisations 2022-06-28 21:52:05 +10:00
composer.json Optimise calling dependant javascript in views 2021-11-23 14:25:51 +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' );