Hello there, what you are looking at is simply edit route file and add code something like this
Route::get('/', function(){
return 'I ran this route once';
});
and hit your browser at localserver.dev/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community