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
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?https://github.com/filamentphp/filament/issues/10487
I've made an issue here
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...
Was answered on github: That error appears because you have no
->default()
panel, which is created when you installyes thankyou🙏