I've not played with 5 yet, but would guess it that the view isn't readable? Have you check the permissions on the directory?
It sounds to me like the file is trying to be read, but can't be.
It's pretty basic, so I guess you would have checked that. The other basic thing would be to check that the view is at the right path?
Hope it helps.
Rather than:
(View: .../app/resources/views/index.blade.php)
Try routing form the beginning route
(View: /app/resources/views/index.blade.php)
(initial slash)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community