Laravel Composer error Uncaught ReflectionException: Class log does not exist in Container.php:738 Laravel Composer error Uncaught ReflectionException: Class log does not exist in Container.php:738 apache apache

Laravel Composer error Uncaught ReflectionException: Class log does not exist in Container.php:738


Ok I figured this problem out. Package tinymce was cousing this. To fix it, replace 'cdn' => url('vendor/js/tinymce/tinymce.min.js'), by 'cdn' => Config('app.url').'/vendor/js/tinymce/tinymce.min.js', in config/tinymce.php.