I have developed a Laravel application which works well on a local machine. Local is windows and live server is linux.
On live it gives error like
InvalidArgumentException in FileViewFinder.php line 137: View [welcome] not found.
in FileViewFinder it still takes path of Xampp/htdocc/xxx
FileViewFinder->findInPaths('welcome', array('C:\xampp\htdocs\CRM\resources\views', '/mnt/data/vhosts/casite-673772.cloudaccess.net/httpdocs/CRM/app\Modules\User\Views')) in FileViewFinder.php line 79
php artisan cache:clearon the Linux box.