"php artisan cache:config" give error
Created 5 years ago by wakandaHi community !
With deployer and recipe of Laravel, he's come with this command : $ php artisan cache:config This generate a single file for performance but give errors : Each row with : "Closure::__set_state(array(..." I can solve this by remove : bootstrap/cache/config.php
If you have a better solution for fix it, i take ! :D Pyrocms : V.3.6
ryanthompson
—
5 years ago
Best Answer
I am working on replacing closures with handler classes! So this will soon be resolved.
ryanthompson
—
5 years ago
I have some work to do around route caching as well to make sure it's recompiled correctly when changes are made.
wakanda
—
5 years ago
Thanks @pooria and @ryanthompson !
johnny5
—
5 years ago
Discussed at https://github.com/pyrocms/pyrocms/issues/4551 too.
I am working on replacing closures with handler classes! So this will soon be resolved.