Hello, I just started learning Laravel from this series: https://laracasts.com/series/laravel-5-from-scratch/episodes/2
I use windows 10 with Wamp.
My site sits under: sites/highland.lar
I created the virtual host.
The route has this code: Route::get('/', function () { return view('welcome'); });
When I go to: http::highland.lar I get the page: Index of/ instead of the Welcome.blade.php view.
I added an index.php file to the root folder to test, and this file works fine.
What am I doing wrong?
Solved this problem with this link: [http://tutsnare.com/remove-public-from-url-laravel/]http://tutsnare.com/remove-public-from-url-laravel/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community