Closed davidrtpereira closed 7 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.
When executed the php artisan config cache command reports error in /bootstrap/cache/config.php on line 142.
` 'blade-directives' =>
array (
),`
In order for it to continue to work, you must delete the cached configuration file.