Start of search, reorged Service and Account models

This commit is contained in:
Deon George
2019-06-21 16:21:48 +10:00
parent 3ff82f5f10
commit a426c7b1a4
4 changed files with 277 additions and 41 deletions

View File

@@ -58,4 +58,6 @@ Route::get('product_info/{o}', 'OrderController@product_info');
Route::redirect('/home','/u/home');
Route::demoAccess('/uc-access');
Route::redirect('/under-construction','http://www.graytech.net.au');
Route::get('/u/{type}/{action}/{id}','UserHomeController@oldsite');
Route::get('/u/{type}/{action}/{id}','UserHomeController@oldsite');
Route::get('/search','SearchController@search');