I've set up two different laravel apps and no matter what I put in the routes file it will only load...
shez1983 said: so have u tried changing view(welcome) to another? also, you havent added new routes...
I have a this in my routes file: Route::get('/', function () { return view('welcome'); }); When I ru...
astroanu said: clear application cache php artisan cache:clear I've tried that and no luck.
The Laravel portal for problem solving, knowledge sharing and community building.
The community