introduction
How Does Framework\Crud Work?
$posts = Post::filter()->get();GET /api/posts?filters[title][$contains]=Framework\CrudLast updated
$posts = Post::filter()->get();GET /api/posts?filters[title][$contains]=Framework\CrudLast updated