Skip to content

Commit b8348c8

Browse files
committed
update
1 parent 643b7ad commit b8348c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Alternatively you can integrate this project into the web framework of your choi
5353
- [Automatic REST API for Symfony 4](https://tqdev.com/2019-automatic-rest-api-symfony)
5454
- [Automatic REST API for SlimPHP 4](https://tqdev.com/2019-automatic-api-slimphp-4)
5555

56+
In these integrations [Composer](https://getcomposer.org/) is used to load this project as a dependency.
57+
5658
## Configuration
5759

5860
Edit the following lines in the bottom of the file "`api.php`":
@@ -305,7 +307,7 @@ As you see we added a number to the "filter" parameter to indicate that "OR" ins
305307
Note that you can also repeat "filter1" and create an "AND" within an "OR". Since you can also go one level deeper
306308
by adding a letter (a-f) you can create almost any reasonably complex condition tree.
307309

308-
NB: You can only filter on the requested table (not on it's included) and filters are only applied on list calls.
310+
NB: You can only filter on the requested table (not on it's included tables) and filters are only applied on list calls.
309311

310312
### Column selection
311313

0 commit comments

Comments
 (0)