Leenooks Common Tools for Laravel Applications
Go to file
2024-07-04 17:41:31 +10:00
resources/themes Update Adminlte/Architect as we no longer use Orchestra/Asset 2024-07-04 10:01:47 +10:00
src More updates as a result of no longer using Orchestra/Asset 2024-07-04 17:41:31 +10:00
composer.json New direction for Laravel 11 2024-07-03 15:21:22 +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' );