Leenooks Common Tools for Laravel Applications
Go to file
2024-07-25 13:52:29 +10:00
resources Added disabled to components, new components, button and modal 2024-07-25 13:52:29 +10:00
src Add old tag for components, for values that are nested in an array. Enable LeenooksCarbon to accept a string date when setting. 2024-07-24 14:08:04 +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' );