BKWLD / decoy

A Laravel model-based CMS
http://docs.decoy.bukwild.com/
MIT License
303 stars 44 forks source link

bug in Quick Start Guide #54

Open toddvalentine opened 7 years ago

toddvalentine commented 7 years ago

Not sure if maybe I did not follow correctly, but after going through the Quick Start and then running a artisan config:cache, I go an error Call to undefined method Closure::__set_state() in /var/www/html/local.decoy.com/bootstrap/cache/config.php on line 354.

I removed the following from bootstrap/cache/config.php

'log_changes' => 
      Closure::__set_state(array(
      )),

and all worked as expected.

Thanks for OS'ing this!

weotch commented 7 years ago

Huh, good to know. Tell me, what version of PHP are you running?

toddvalentine commented 7 years ago

5.6.30