You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nafea107 I have been trying to resolve this issue for Fedora & ArchLinux since while, but I just came back on this project after long time. I will try again to fix it. Thank you!
Hey @uttamrabadiya, has this been checked yet? Same error here (Fedora 40).
$ valet install
Nginx was already enabled
Stopping nginx...
[php8.3-fpm] is not installed, installing it now via Dnf
No match for argument: php8.3-fpm
Error: Unable to find a match: php8.3-fpm
$ sudo dnf install php-fpm
Last metadata check: 0:16:53 ago on Wed 24 Apr 2024 17:36:20.
The php-fpm-8.3.6-1.fc40.remi.x86_64 package is already installed.
Dependencies resolved.
Nothing to do.
Concluded!
@brunomarques unfortunately I haven’t got enough time lately to work for Fedora environment, but we are testing our next version (2.0) in Fedora & Arch very soon so we will include fix for this as well.
When tring to install on fedora it trying to install php{version}-{extensionName}
It should be :
php-{extensionName}
The text was updated successfully, but these errors were encountered: