Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit 34e735c

Browse files
author
fd6130
committed
update README
1 parent d0ee786 commit 34e735c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
# hsl-bundle
22

3-
hsl-bundle provide you some nice feature that you might / might not needed:
3+
hsl-bundle provide you some nice feature that can help you to speed up your development:
44

55
- maker command for DTOs (DTOs are use for POST and PUT request)
66
- maker command for Transformers (customize your result)
77
- maker command for API CRUD Controller (boilerplate code for your need)
88
- pagination (it is integrated during the controller creation)
99

10-
## For php 8 user
11-
12-
There is one library that will cause error in php 8, for temporarily solution please add this code to your composer.json before require this bundle:
13-
14-
```json
15-
"repositories": [
16-
{
17-
"type": "vcs",
18-
"url": "https://github.com/fd6130/api-filter-bundle.git"
19-
}
20-
]
2110
```
2211
2312
## Prerequisites

0 commit comments

Comments
 (0)