"I have 2 major problems. I am running on a cloud9 workspace and i can't get the site to display the welcome.blade.php. When i run my project i get the "Index of/" instead of it to actually load my site and welcome.blade.php"
That sounds like a problem with the webserver?
You've not got an @endif
statement.
Laravel runs with the public/
directory as root - be sure that your web server is set up accordingly.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community