eloquent-filemaker icon indicating copy to clipboard operation
eloquent-filemaker copied to clipboard

A Model extension and Eloquent driver for Laravel connecting to FileMaker through the Data API

Results 3 eloquent-filemaker issues
Sort by recently updated
recently updated
newest added

We need to look into adding WhereNested in the query builder. This should work similar to the whereIn and that the resulting query needs to be distributed appropriately based on...

enhancement
major

This PR creates 2 option vendor:publish options. The default will publish a new model in the stubs folder that will be used by the make:fm-model command. The second option will...

$data = FM::table('table')->where('id',$id)->paginate(10); Error showing: Undefined index: aggregate also join() not working