Yes, same problem here, on a shared host with xcache installed by default, solution for my problem, disabling it on .htaccess:
php_flag xcache.cacher Off
php_flag xcache.size 0
php_flag xcache.stat Off
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community