I upload the project from the local host to a dedicated server, and after so many problems, finally domain.com | domain.com/home | domain.com/allsites etc.
But now the routes "domain.com/site/create" "domain.com/site/ID/manage", "domain.com/site/ID/edit" are not found, I get this error, why?
InvalidArgumentException in line FileViewFinder.php 137: View [Site.create] not found.
in line FileViewFinder.php 137 on
FileViewFinder-> findInPaths ('Site.create',
array ('/....../resources/views')) in the line FileViewFinder.php 79 on
FileViewFinder-> find ('Site.create') in Factory.php line 151
I try to use the commands artisan: cache: clear, route: clear, config: clear, config: cache and nothings works, I do not know where the problem is!
Works fine on localhost
source share