Level 70
Have you tried this?
Route::view('/welcome', 'welcome');
In Laravel 5.5, you are able to do that directly from Route.
7 likes
Hello
Is there any way to bypass controller, and return to view directly from route?
Have you tried this?
Route::view('/welcome', 'welcome');
In Laravel 5.5, you are able to do that directly from Route.
Please or to participate in this conversation.