php - Laravel: Error InvalidArgumentException -


i' upload project localhost dedicated server , after many problems, pages works domain.com | domain.com/home | domain.com/allsites etc..

but now, routes "domain.com/site/create" "domain.com/site/id/manage", "domain.com/site/id/edit" not found, error, why?

invalidargumentexception in fileviewfinder.php line 137: view [site.create] not found.

in fileviewfinder.php line 137 at
fileviewfinder->findinpaths('site.create',
array('/....../resources/views')) in fileviewfinder.php line 79 at
fileviewfinder->find('site.create') in factory.php line 151

i try artisan comands: cache:clear, route:clear, config:clear, config:cache , nothings works, don't know problem!

on localhost works perfectly

if local os different production server os might running case-sensitive issue , file not being found. make sure files names same, case , all. can happen if 1 environment mac , other linux.

if issue not fixed, please go through following link. may you

laravel 5 - view [home] not found

laravel 5.1 view not found

laravel 5 invalidargumentexception in fileviewfinder.php line 137: view [.admin] not found


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -