What makes this package featured?
• Improves the query time more than any package, even Laravel itself.
• Gives you Query Builder and Eloquent Builder instances via ONLY one syntax.
• Fixes the Ambiguous Exception thrown by Laravel when the same column is used from the model and its relationship in the "order" query.
• IMO, The most wonderful feature is that it enables you to order the result by the model relationships (HasOne, HasMany, BelongsTo, and BelongsToMany) and keeps you from performing the "join" manually.
Replies