Have you try using another port? Maybe 9000 or 8080. Also you can change your root route (/) to print something else (in order to test if the routing is working.
Route::get('/', function() {
echo 'Hello World';
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community