Skip to content

Commit 75dcf2c

Browse files
author
midesweb
committed
show installation instructions
1 parent cc9b92d commit 75dcf2c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Utils to create consisten APIs in Laravel.
44

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+
517
## Searches in Resource Index
618

719
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

Comments
 (0)