reziamini / laravel-easypanel

A beautiful and flexible admin panel creator based on Livewire for Laravel
https://easypanel.netlify.app/getting-started
MIT License
617 stars 104 forks source link

I have error when I try to install laravel-esaypanel #67

Closed julienawonga closed 8 months ago

julienawonga commented 2 years ago

Call to undefined method Illuminate\View\Compilers\BladeCompiler::componentNamespace() at .....\s...\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:261 257| if (! $instance) { 258| throw new RuntimeException('A facade root has not been set.'); 259| } 260|

261| return $instance->$method(...$args); 262| } 263| } 264|

1 ....\vendor\rezaamini-ir\laravel-easypanel\src\EasyPanelServiceProvider.php:74 Illuminate\Support\Facades\Facade::__callStatic("componentNamespace")

2 ....\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:36 EasyPanel\EasyPanelServiceProvider::boot() Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

I use Laravel 7