简体   繁体   中英

Laravel 4 ReflectionException error

exception 'ReflectionException' with message

Class Chrono\Services\Controllers\Frontend\KeywordController does not exist
in /home/legal/vendor/laravel/framework/src/Illuminate/Container/Container.php:296

I am installing a site on liquidweb.com and I am getting the above error.

Has anyone ever gotten this error before?

Don't forget to php composer dump-autoload
It seems that Laravel can't find this class, and won't initialize it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM