I want to enable extension in php like as mbstring in “Apps”. But I cannot do this in console, because sudo is disabled. How can I do this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Yes, you can do that by specifying the additional extensions in your
composer.json
file like this:Hope that this helps! Regards, Bobby