Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

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