Leenooks Common Tools for Laravel Applications
Go to file
Deon George 9db703d88f Added validation, debounce and highcharts funnel/solidguage 2022-10-20 10:30:21 +11:00
resources/themes Added toggle form helper 2022-08-20 23:27:00 +10:00
src Added validation, debounce and highcharts funnel/solidguage 2022-10-20 10:30:21 +11: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

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' );