Why Laravel Herd doesn't include gettext extension out of the box?§ #433
Unanswered
toghrul-nasirli
asked this question in
Q&A
Replies: 1 comment
-
Hi @toghrul-nasirli to install the gettext extension in Laravel Herd you'll need to do the following.
I hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had to uninstall
Herd
because I couldn't find a way to install thegettext
extension. Herd's official documentation says install extensions viapecl
, but the problem is thatpecl
does not have thegettext
extension in its library. So I had to install it manually and eventually gave up. But seriously,gettext
is a widely needed extension and I don't know whyHerd
doesn't include it out of the box.And how do we install other extensions if they are not available in
pecl
?Beta Was this translation helpful? Give feedback.
All reactions