Leenooks Common Tools for Laravel Applications
Go to file
2024-07-23 23:50:02 +10:00
resources More compoonents for forms 2024-07-23 23:50:02 +10:00
src More components for forms, updated base component, updated CompsiteKeys based on thiagoprz/eloquent-composite-key 2024-07-23 18:47:36 +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' );