Laravel - Routing
What will be the output of this code?
Route::get('/home', fn() => 'Welcome')->name('home');
echo route('home');Route::get('/home', fn() => 'Welcome')->name('home');
echo route('home');15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions