Laravel tries to get local view

0

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?

    
asked by Doe 25.07.2018 в 15:39
source

0 answers