Paradox 3 گزارش دادن ارسال شده در آذر 99 سلام برای نمایش اسلاگ من با توجه به فیلم پیش رفتم ولی وقتی بر اساس اسلاگ میزارم تو سینگل پیج ارور 404 میده روت Route::get('/blog/{blog}/', 'frontend\BlogController@single')->name('blog'); چرا روت رو پیدا نمیکنه؟ این بخش رو رو ماژول کردم بخاطر این هس نمیشناسه؟ public function single(Blog $blog) { $blog->increment('hit'); return view('blog::home.single-blog' , compact('blog')); } <a href="{{route('blog', $blog->slug)}}" class="btn btn-primary">جزئیات مطلب</a> تو نوار ادرس اسلاگ میاد ولی در نهایت صفحه 404 Not Found نمایش میده نقل قول Share this post Link to post Share on other sites
ayot 0 گزارش دادن ارسال شده در دی 99 getRouteKeyName داخل Model اضافه کردید؟ نقل قول Share this post Link to post Share on other sites