RuntimeException : View path not found.
at /home/riimukrg/blog.anonask.ru/vendor/laravel/framework/src/Illuminate/Foundation/Console/ViewClearCommand.php:57
53| {
54| $path = $this->laravel['config']['view.compiled'];
55|
56| if (! $path) {
> 57| throw new RuntimeException('View path not found.');
58| }
59|
60| foreach ($this->files->glob("{$path}/*") as $view) {
61| $this->files->delete($view);