Siteme ulaşamıyorum. view:clear komutundan sonra şöyle bir hata alıyorum.
`ubuntu@sunucu1:/var/www/laravel$ php artisan view:cache
RuntimeException : View path not found.
at /var/www/laravel/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);
Exception trace:
1 Illuminate\Foundation\Console\ViewClearCommand::handle()
/var/www/laravel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32
2 call_user_func_array([])
/var/www/laravel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32
Please use the argument -v to see more details.
ubuntu@sunucu1:/var/www/laravel$ php artisan view:clear
RuntimeException : View path not found.
at /var/www/laravel/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);
Exception trace:
1 Illuminate\Foundation\Console\ViewClearCommand::handle()
/var/www/laravel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32
2 call_user_func_array([])
/var/www/laravel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32
Please use the argument -v to see more details.`