File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
** Larapi** is a package thats offers you to do modern API development in Laravel with support for new versions of Laravel.
4
4
5
5
** Larapi** comes included with...
6
- * A modern exception handler for APIs.
6
+ * Exception handler for APIs.
7
7
* A Controller class that gives response, parse data for your endpoints.
8
8
* A Repository class for requesting entities from your database.
9
9
* Sorting.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Larapi is a package thats offers you to do modern API development in Laravel wit
8
8
9
9
## Features
10
10
11
- - A modern exception handler for APIs.
11
+ - Exception handler for APIs.
12
12
- A Controller class that gives response, parse data for your endpoints.
13
13
- A Repository class for requesting entities from your database.
14
14
- Sorting.
You can’t perform that action at this time.
0 commit comments