Support the ongoing development of Laravel.io →

grath90

Joined 20 Oct 2015

Statistics

Threads 1
Replies 3
Solutions 0
Articles 0

Laravel app only loading welcome page

I've set up two different laravel apps and no matter what I put in the routes file it will only load...

0 Likes
7 Replies
replied 8 years ago

Laravel app only loading welcome page

shez1983 said: so have u tried changing view(welcome) to another? also, you havent added new routes...

0 Likes
replied 8 years ago

Laravel app only loading welcome page

I have a this in my routes file: Route::get('/', function () { return view('welcome'); }); When I ru...

0 Likes
replied 8 years ago

Laravel app only loading welcome page

astroanu said: clear application cache php artisan cache:clear I've tried that and no luck.

0 Likes

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.