Leenooks Common Tools for Laravel Applications
Go to file
2024-07-28 19:47:27 +10:00
resources Move javascript utilities to their own class PageAssets and creatd blade directive @pa to simplify using them 2024-07-28 19:47:27 +10:00
src Move javascript utilities to their own class PageAssets and creatd blade directive @pa to simplify using them 2024-07-28 19:47:27 +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' );