You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-10
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
# Very short description of the package
1
+
# Repository Pattern implementation for Laravel
2
2
3
3
[](https://packagist.org/packages/mawuekom/laravel-repository)
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
6
+
This is a Simple Repository Pattern implementation for Laravel Projects and
7
+
an easily way to build Eloquent queries from API requests.
7
8
8
9
## Installation
9
10
@@ -13,10 +14,40 @@ You can install the package via composer:
13
14
composer require mawuekom/laravel-repository
14
15
```
15
16
17
+
## configuration
18
+
19
+
### Laravel <br/>
20
+
21
+
After register the service provider to the **`providers`** array in **`config/app.php`**
0 commit comments