Test-Laravel-Routes icon indicating copy to clipboard operation
Test-Laravel-Routes copied to clipboard

facing not found

Open hassanshahzadaheer opened this issue 3 years ago • 6 comments

Hi, where I'm wrong

Route::get('pages/about',function () {
  return view('about');
})->name(name:'about');

I'm facing just 404

hassanshahzadaheer avatar Oct 28 '21 14:10 hassanshahzadaheer