Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 206 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 206 Bytes
git clone --depth 1 --branch master https://github.com/phpish/http-skeleton.git new_prj
cd new_prj
rm -rf .git
rm README.md
curl -sS https://getcomposer.org/installer | php
php composer.phar install