Skip to content

Commit

Permalink
Adding composer
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Jul 24, 2015
1 parent 3ef50be commit 8dc3f9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/bootstrap/compiled.php
.env.*.php
.env.php
.env
/vendor/
composer.lock
.DS_Store
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# cloner
A trait for Laravel Eloquent models that allows for recursive (via relationships) cloning of a model, including files (via Bklwd
# Cloner

A trait for Laravel Eloquent models that allows for recursive (via relationships) cloning of a model, including files (via [Bklwd/Upchuck](https://github.com/BKWLD/upchuck))
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "bkwld/cloner",
"description": "A trait for Laravel Eloquent models that allows for recursive (via relationships) cloning of a model, including files (via BKWLD/upchuck)",
"require-dev": {
"illuminate/database": "^4.0"
},
"license": "MIT",
"authors": [
{
"name": "Robert Reinhard",
"email": "[email protected]"
}
]
}

0 comments on commit 8dc3f9c

Please sign in to comment.