I am using Laravel 5 and I have some problems. When I want to access my subdomain login
-> http://dev.miweb.com/auth/login
He says:
ErrorException in FileViewFinder.php line 140: View [app] not found. (View: /home1/miweb/public_html/subdomains/dev/resources/views/auth/ login.blade.php)
I do not understand what the problem is. For example, if I enter without a subdomain, the file is found.
-> http://miweb.com/subdomains/dev/resources/views/auth/login.blade.php
This file is on my host. This is very confusing because it works on my localhost.
Could the problem be caused by a subdomain? What is the solution?
thanks
source share