Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 589 Bytes

README-PHP.md

File metadata and controls

31 lines (22 loc) · 589 Bytes

PHP Development

apt install -y php7.1-cli

COMPOSER

wget https://raw.githubusercontent.com/composer/getcomposer.org/1b137f8bf6db3e79a38a5bc45324414a6b1f9df2/web/installer -O - -q | php --

Drupal

# DRUSH

wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar
chmod +x drush.phar
sudo mv drush.phar /usr/local/bin/drush

Wordpress

# WORDPRESS CLI
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp