L5.1 View [auth.login] not found. (Problem with path of storage)
Hello there, Laravel beginner here!
I've successfully installed Laravel 5.1 via Composer on my local machine. I'm using Windows 7 with XAMPP. Locally everthing works find but when I copy the whole laravel directory to my server and want to access the site I become this error message:
InvalidArgumentException in FileViewFinder.php line 137:
View [auth.login] not found.
in FileViewFinder.php line 137
at FileViewFinder->findInPaths('auth.login', array('C:\xampp\htdocs\laravel\resources\views')) in FileViewFinder.php line 79
at FileViewFinder->find('auth.login') in Factory.php line 151
The problem is that he wants to access the local path of my machine. How can I clear this? Hm..
. this path MUST be at SERVER! not at you local mashine like "D:\WebServers\home\Laravel\app\bootstrap\cache", if you use the homestead. And You must use command like: "php artisan config:clear | cache" at SERVER!