Created
November 13, 2017 12:57
-
-
Save thiagosf/50737c6c4dcb42ce8d5addc1e289d068 to your computer and use it in GitHub Desktop.
Resolução para instalar php-mbstring no Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-add-repository ppa:ondrej/php | |
| sugo apt-get update | |
| sudo apt-get install php7.0-mbstring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment