installing Composer
I am trying to install filament but i get the error in pic i did try using and still got the same error
23 Replies
try without version
this word for me
You did wrong. Enable the ohp extension. It is needed
the ext zip?
Probably both. Otherwise we wouldn't require them. But at least
intl
should be both
so how can i fix the problem?
enable those extensions
of i try to do it with this extensions i get this
install php intl and php zip
Yes, because you don't have those extensions installed/enabled. Check google on how to enable/install extension with XAMPP
is this the way to install them because it is still not working and i checked the file 5 times to make sure that i did save
Run
php -m
to check whether they are enabled
Did you restart XAMPP?yes
they are not enable i dont know why
i even reset my pc
and i close it with task manager
i even deleted xampp and did the same think in php ini
Sorry I don’t know how to configure XAMPP
Google it, there might be some extra steps
all the videos are doing the same thing and with the extension intl its working but with zip didnot work
It's not loaded... did you edit the correct php.ini?
check php --ini which ini file to use
if nothing else is working maybe handy switching to Laragon or Herd (for easy windows development)
after ini change use
C:/xampp/apache/bin/httpd -k stop
C:/xampp/apache/bin/httpd -k start
to restart apache
Then use Dennis' suggestion php -m to check if the module is loaded
Sloved
thank you everyone for helping me
👍
What was the solution for anyone searching in the future?
I have two XAMPP installations: one named "xampp" and another named "xampp01" because I redownloaded XAMPP. I've been working in the "xampp01" installation, and when I needed to change the
php.ini
file, I modified the one in "xampp01". However, for some reason, I had to make the changes in the php.ini file located in the original "xampp" folder instead.