Support the ongoing development of Laravel.io →
Configuration Authentication Requests
Last updated 2 years ago.
0
Solution

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/

Last updated 9 years ago.
0

Thanks a lot!

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Creems creems Joined 3 Mar 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.