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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
Utils to create consisten APIs in Laravel.
4
4
5
+
## Installation
6
+
7
+
Install the package via Composer:
8
+
9
+
```bash
10
+
composer require escuelait/laravel-api-kit
11
+
```
12
+
13
+
That's it! The package will automatically register its service provider.
14
+
15
+
**Laravel compatibility**: Laravel 9.0+ and PHP 8.1+.
16
+
5
17
## Searches in Resource Index
6
18
7
19
Provides convenient search and filtering features that can be easily implemented in API resources or in any situation where you need to return collections of elements in JSON format.
0 commit comments