A boilerplate codebase to get a composer package going quickly.
- Clone this project:
git clone <remote-url>
- Delete the
.git
directory:rm -r .git
- Add the new remote git project:
git remote add origin <remote-url>
- Modify the composer file.
- Install dependencies:
composer update
- Change the license if needed.
- Have at it!