Guest User

Untitled

a guest
Jan 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. cd happylager.test
  2. composer install
  3.  
  4. php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
  5. php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
  6. php composer-setup.php
  7. php -r "unlink('composer-setup.php');"
  8.  
  9. cd /path to directory
Add Comment
Please, Sign In to add comment