- 2017.02.26
- 조회수 3
- 댓글수 2
쉘 에서
---
php artisan view:clear
php artisan cache:clear
php artisan config:cache
---
작업 이후
PHP Fatal error: Uncaught ReflectionException: Class log does not exist in /경로/vendor/laravel/framework/src/Illuminate/Container/Container.php:741
Stack trace:
#0 /경로/vendor/laravel/framework/src/Illuminate/Container/Container.php(741): ReflectionClass->__construct('log')
#1 /경로/vendor/laravel/framework/src/Illuminate/Container/Container.php(631): Illuminate\Container\Container->build('log', Array)
#2 /경로/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(674): Illuminate\Container\Container->make('log', Array)
#3 /경로/vendor/laravel/framework/src/Illuminate/Container/Container.php(842): Illuminate\Foundation\Application->make('log')
#4 /경로/vendor/laravel/framework/src/Illuminate/Container/Container.php(805): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter))
#5 /경로/vendor/laravel/framework/src/Illuminate/Container/Container.php(774): Illuminate\Container\Container->getDependencies(Array, Array)
#6 /경로/vendor/laravel/framework/src/Illuminate/Container/Conta in /web/xe/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 741
확인 부탁드립니다. 감사합니다.
* 참고
http://stackoverflow.com/questions/34978828/uncaught-reflectionexception-class-log-does-not-exist-laravel-5-2
0개 댓글