F
Filament•6mo ago
arsadi

Filament panel not installed yet

Even I've done the command php artisan filament:install --panels Before, I ran php artisan migrate:fresh to fresh my db. but after successfully fresh my db, I want to create my filament-user but that error shown. I've try to upgrade my filament to latest version v3.1.28 Am I missing something?
4 Replies
arsadi
arsadi•6mo ago
Here is what happend if I ran php artisan filament:install --panels. I also add the DashboardPanelProviders manually in my config/app.php any help?
arsadi
arsadi•6mo ago
GitHub
Error : Filament not Installed. When creating filament-user, even f...
Package filament/filament Package Version v3.1.28 Laravel Version v10.38.2 Livewire Version v3.3.3 PHP Version PHP 8.1.26 Problem description When I run php artisan make:filament-user, error Filame...
DrByte
DrByte•6mo ago
Was answered on github: That error appears because you have no ->default() panel, which is created when you install
arsadi
arsadi•6mo ago
yes thankyou🙏