I faced following error
Class log does not exist in /var/www/dnscp/vendor/laravel/framework/src/Illuminate/Container/Container.php:736
when shifted a Laravel 5.2 application to a new server
After debugging I found that the issue was because the php-mbstring extension was missing
Installing it fixed the issue
Laravel – Uncaught ReflectionException