Skip to content

2.0.9

Choose a tag to compare

@gentritabazi gentritabazi released this 22 Jun 11:04

2.0.9

Added more valid syntax for $whiteListFilter #75 (Thanks to @Angelinsky7) 🎉.

List of all valid syntax for $whiteListFilter:

public static $whiteListFilter = ['*'];
public static $whiteListFilter = ['id', 'title', 'author'];
public static $whiteListFilter = ['id', 'title', 'author.*'];  

Full Docs: https://one2tek.github.io/larapi/#/filtering?id=filtering