framework
framework copied to clipboard
Mako framework.
Results
2
framework issues
Sort by
recently updated
recently updated
newest added
Hello guys, I'm trying to limit a many to many relationship with the following code: ```php $latest = Manga::including(['chapters' => function($q) { $q->descending('number'); $q->limit(1); }])->limit(24)->all(); ``` query result: ```javascript [...
feature
question
### Type --- | | Yes/No | |--------------|--------| | Bugfix? | No | | New feature? | Yes | | Other? | Yes | ### Additional information | | Yes/No...