me too have the same issue please help fix this problem.
I fixed it out! Was a cache conflict. OPcache and xcache running at the same time... "sudo apt-get remove xcache" worked for me!
Another solution, this time from "alverated" (http://laravel.io/user/alverated), is disable opcache: In Main php.ini: /etc/php5/fpm/php.ini, should have "apc.cache_by_default = off"
This fixed my problem..
sudo nano /etc/php5/fpm/php.ini
remove comment ;
opcache.enable=0
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community