I am trying to deploy my app on a shared host. I followed the instructions on this page:
http://driesvints.com/blog/laravel-4-on-a-shared-host
I believe it is set up ok, however, I get the following error:
ErrorException include(app/views/layouts/question.blade.php) [href='function.include'>function.include]: failed to open stream: No such file or >directory (View: /home/d*/**/app/views/questionairres/create.blade.php)
I did check and the file exists in this exact location. Does anybody have any idea why this error may be coming up? Any ideas on how to fix?
Thanks!