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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -