Leenooks Common Tools for Laravel Applications
Go to file
2024-08-11 23:48:02 +10:00
resources Minor updates to components, and we now use @pa not @js/@css 2024-08-10 22:25:03 +10:00
src schedule:list is now apart of laravel 2024-08-11 23:48:02 +10:00
composer.json Rename back to leenooks/laravel, start to use components for html widgets, updated login form to include passkey 2024-07-22 23:09:45 +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' );