appstract / laravel-blade-directives

A collection of nice Laravel Blade directives
MIT License
858 stars 75 forks source link

Call to undefined method Closure::__set_state() #26

Closed davidrtpereira closed 6 years ago

davidrtpereira commented 6 years ago

When executed the php artisan config cache command reports error in /bootstrap/cache/config.php on line 142.

` 'blade-directives' =>

array (

'directives' => 

array (

  'name' => 

  Closure::__set_state(array( // Line 142

  )),

),

),`

In order for it to continue to work, you must delete the cached configuration file.