mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-12 17:49:19 +00:00
add seeder for post & routing for list of post
This commit is contained in:
@ -21,4 +21,5 @@ 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');
|
||||
Route::get('admin/home', 'HomeController@adminHome')->name('admin.home')->middleware('is_admin');
|
||||
Route::get('/blog', 'HomeController@blog')->name('blog');
|
Reference in New Issue
Block a user