The problem was the update to 5.0.16. My app was using an old compiled file and php artisan clear-compiled wasn't working due to the change introduced in 5.0.16 laravel/framework@cfa7fcb
The solution was follow the Upgrade guide to 5.0.16, then php artisan clear-compiled and everything is working fine again.
Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community