Error Filament has not been installed yet: php artisan filament:install --panels
Hello Goodmorning when I am using this command
composer require filament/filament:"^3.2" -W
it give me this error
``
`
a setting this to frees intsll project51 Replies
@got chu
Try installing 3.2.57
So I am puting that in my composer or
composer require filament/filament:"^3.2.57" -W ??
not i am gettings this error
Start by installing fresh laravel 11 and then installing the filament package.
Seems like you have some missing extension in your ini file.
- openspout/openspout v4.23.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
And some issues with composer itself.
Composer could not detect the root package (laravel/laravel) version, defaulting to '1.0.0'.
Fix those and everything should work
For additional issues check this issue - https://github.com/filamentphp/filament/issues/11239#issuecomment-2013244341
wait
How do i install this zip
YEYYYYYYYYY
ITS OKAY
try this
1:
2:
THANK YOUUUUUUUU
i use chatgpt for this errors must of times
ITs done
What i did is
i just input the error and gives me the answer, most of times works
Me too
But chat Gpt did't help me
I did all of his outputed
command
how u asked it?
oh
I did this wait
i did it like this:
Ohhh
Noicee
just show it specific errors
otherwise goes crazy
small parts
but yeah
Thank youuu
no prob 🦾
Now I can procceed to my projects
🚀
u can ping me if u have problems & if u want
NOted sir 🫡
dont forget to mark the question as solved
Yep done that
ah already
yeah
@ericmp hey i got another error when i did these
php artisan filament:install --panels
and set to admin
then this
php artisan make:filament-user
i made it here
Then after i keep on logging in Its say credential error
I did it in my http://127.0.0.1:8000/admin/login
Then after that i tried to check it in my database it went all of my user i put. then I delete them restart my all app
Then after making another
php artisan make:filament-user
It gave me this error
I already clear my cache and did the clear vendors
I am using laravel 11
hmmm, let me read it
so u already did
php artisan filament:install --panels
?
1st time seeing this error, new to me
what happens if u do it again?It's just updating and after usinf the create user it istill show the error
I'll try to create another app maybe it's something bugg in vscode or something
Fresh install?
Could you try
composer require filament/filament
?Oke, lemme try
Still got a error
php artisan about --only=Filament
What is the output?here
ok did you run install --panels?
php artisan filament:install --panels
Yep
what is the output?
I try it on my newly installed project
and they are working pretty fine
I should mar this solved and I'll start with my newly project created
Thank you for helpingg <33
check the
bootstrap/providers.php
file and register App\Providers\Filament\AdminPanelProvider::class
Its already coded in that
Is there a
$panel->default()
method in the AdminPanelProvider.php?nope i dont see any $panel->default()
add
->default()
okay
Its workingg
THANKKKS
Let me try to sign in
Ohh its working now Thank youuu
Sir