mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-12 17:49:19 +00:00
add blog detail
This commit is contained in:
@ -22,4 +22,6 @@ Auth::routes();
|
||||
|
||||
Route::get('/home', 'HomeController@index')->name('home');
|
||||
Route::get('admin/home', 'HomeController@adminHome')->name('admin.home')->middleware('is_admin');
|
||||
Route::get('/blog', 'HomeController@blog')->name('blog');
|
||||
Route::get('/blog', 'HomeController@blog')->name('blog');
|
||||
Route::get('/blog/detail/{id}', 'HomeController@detail')->name('detail');
|
||||
|
||||
|
Reference in New Issue
Block a user