installing version 3
hi all, i created a new laravel application on windows 10 via: and then i tried to install filament but that didn't work. i got an error about the "intl" extension on php.ini. however, I was able to install it without a version number.
before finding that solution i tried uncommenting these:
and adding this extension: extension=php_intl.dll
but at the moment it's not working. i was able to install and even followed a portion of the guide, it got me to create a new patient and owner. but after visiting "admin/patients" i got this on the browser:
the error from "composer update":
some warnings before composer update:
i thought i had enabled those extensions? what can i do? i know this has been answered before but uncommenting intl on ini doesn't seem to be working and i restarted nginx prior to running composer update. thanks!
Solution:Jump to solution
Sounds like you enabled an extension that is not installed. Try installing it with
pecl
4 Replies
Restart you computer, after you changed the php.ini php needs to restart before changed apply.
Doesn’t seem be to working 😣
Solution
Sounds like you enabled an extension that is not installed. Try installing it with
pecl
yes the comment above worked. these were the commands i used: