Documentation Index
Fetch the complete documentation index at: https://docs.eloquentfiltering.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
You can alias your target fields and relations if you don’t wish to expose database field names and relationship method names to your frontend. The below example:- Allows
nameand usesfirst_namein the database query. - Allows
documentsand usesfilesas the relationship method name.

