I am attempting to deploy my application via Git straight to the server and have no problem. Everything works fine on my local machine (homestead) but when getting it onto my staging environment .blade files don't seem to be rendering. If I rename welcome.blade.php to welcome.php it renders it. but when naming it welcome.blade.php it just displays a blank page. There are no error logs in laravel, nginx, or for php.. I am at a loss. I am using PHP 5.6 on my staging environment same as homestead.
I have attempted to use both view:make() as well as view(). None of them seem to be working. I have cleared my view cache already and still get the error.
@abbylynn - Yes, that is right, but I'm wondering how you are specifying your views, the name. Be aware that you don't have to specify the extension of the file. You can use both . or / to represent a directory. For example: