mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-12 17:49:19 +00:00
fix migration && add seeder && add is_admin
This commit is contained in:
@ -21,3 +21,4 @@ Route::post('contact-us', ['as' => 'contactus.store', 'uses' => 'ContactUSContro
|
||||
Auth::routes();
|
||||
|
||||
Route::get('/home', 'HomeController@index')->name('home');
|
||||
Route::get('admin/home', 'HomeController@adminHome')->name('admin.home')->middleware('is_admin');
|
Reference in New Issue
Block a user