You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received this exception from terminal Call to undefined method Closure::__set_state()
and these from page
Fatal error: Uncaught ReflectionException: Class config does not exist in /home/vagrant/code/calibration/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 752
ReflectionException: Class config does not exist in /home/vagrant/code/calibration/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 752
Once received this error, required to remove /bootstrap/cache/config.php file in order to recover from the errors.
There's at least four previous tickets about this (#213, #234, #237, #250) and two separate entries in the documentation about the User resolver here and in the troubleshooting section.
Actual Behaviour
Received this exception from terminal
Call to undefined method Closure::__set_state()
and these from page
Fatal error: Uncaught ReflectionException: Class config does not exist in /home/vagrant/code/calibration/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 752
ReflectionException: Class config does not exist in /home/vagrant/code/calibration/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 752
Once received this error, required to remove /bootstrap/cache/config.php file in order to recover from the errors.
Steps to Reproduce
issue a
php artisan config:cache
commandAfter some debug, it seem https://github.com/owen-it/laravel-auditing/blob/4.1/config/audit.php#L42-L44 is trigger the errors, once the config is cached, resolver turn into the following
The text was updated successfully, but these errors were encountered: