place this Route::get('/', 'HomeController@showWelcome'); on the bottom of the file instead then on the top. should work.
Worked like a charm! Thank you!
Did I have to do this because things towards the top takes higher priority then those towards the bottom?
Thanks again!
Yes, the routing works this way that the top routes are executed first. Exactly like you said
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community