Make /run/php directory in ubuntu and fix extension install

This commit is contained in:
Shivam Mathur
2019-09-19 06:16:13 +05:30
parent c5825452ec
commit e71c06a64f
3 changed files with 41 additions and 20 deletions
+1
View File
@@ -20,5 +20,6 @@ fi
composer global require hirak/prestissimo
ini_file=$(php --ini | grep "Loaded Configuration" | sed -e "s|.*:s*||" | sed "s/ //g")
sudo chmod 777 $ini_file
sudo mkdir -p /run/php
php -v
composer -V