I get the following error:
InvalidArgumentException
View [home] not found
in FileViewFinder.php
FileViewFinder-> findInPaths ('start', array ('C: \ xampp \ ...))
Laravel tries to get a view on the local route instead of looking for it in the hosting folders. How can I solve it?