php - Laravel Uncaught exception 'ReflectionException -
im getting error when trying launch laravel app .
fatal error: uncaught exception 'reflectionexception' message 'class log not exist' in c:\xampp\htdocs\vendor\laravel\framework\src\illuminate\container\container.php:735
i have checked .env file spaces , found none. replaced each file in config folder in attempt find out 1 throw error. tried doing dump mentioned line
dump($concrete, debug_backtrace());
i have tried running composer dump-autoload , composer dump-autoload -o promted me put composer.json file config directory when ran again threw error stating "could not scan classes inside database not appear file nor folder".
how can isolate , sort issue out ?
Comments
Post a Comment