-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'log' not found in latest dev commit #6604
Comments
Turned out to be updated folder structure. For future reference: check out the latest laravel/laravel repo and move config, views, etc. |
I am having same issue on Laravel "version": "v5.0.31", ? |
Have you set up proper (write) permissions for your |
Try removing some dynamic object handling inside code on config files. Start by removing constants declared inside of config/constants.php. It just works for me when i removed a dynamic Date generator from it... |
Thanks @matteusbarbosa worked for me |
Hi, since yesterday I get this same error wherever I update with Composer:
Fatal error: Uncaught exception 'ReflectionException' with message 'Class log does not exist' in ...\vendor\laravel\framework\src\Illuminate\Container\Container.php:745 Stack trace: #0 ...\vendor\laravel\framework\src\Illuminate\Container\Container.php(745): ReflectionClass->__construct('log') #1 ...\vendor\laravel\framework\src\Illuminate\Container\Container.php(650): Illuminate\Container\Container->build('log', Array) #2 ...\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(505): Illuminate\Container\Container->make('log', Array) #3 ...\vendor\laravel\framework\src\Illuminate\Container\Container.php(856): Illuminate\Foundation\Application->make('Psr\Log\LoggerI...') #4 ...\vendor\laravel\framework\src\Illuminate\Container\Container.php(817): Illuminate\Container\Container->resolveClass(Obj in ...\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 745
The text was updated successfully, but these errors were encountered: