puritandesigns / composer-skeleton

A boilerplate codebase to get a composer package going quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composer Skeleton

A boilerplate codebase to get a composer package going quickly.

  1. Clone this project: git clone <remote-url>
  2. Delete the .git directory: rm -r .git
  3. Add the new remote git project: git remote add origin <remote-url>
  4. Modify the composer file.
  5. Install dependencies: composer update
  6. Change the license if needed.
  7. Have at it!

About

A boilerplate codebase to get a composer package going quickly.

License:MIT License