Skip to content

Commit 30c230f

Browse files
committed
lib base
0 parents  commit 30c230f

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

README.md

Whitespace-only changes.

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "devkhris/laravel-repository",
3+
"description": "Package to implement the repository pattern into Laravel",
4+
"license": "MIT",
5+
"autoload": {
6+
"psr-4": {
7+
"DevKhris\\LaravelRepository\\": "src/"
8+
}
9+
},
10+
"authors": [
11+
{
12+
"name": "Khris",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"require": {}
17+
}

0 commit comments

Comments
 (0)