Laravel - Routing
Why does this route naming cause an error?
Route::get('/post', fn() => 'Post')->name();Route::get('/post', fn() => 'Post')->name();15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions