DEV Community

Mahmoud Ramadan
Mahmoud Ramadan

Posted on

๐Ÿ”“ Unlock the Power of Easy Model: Features Youโ€™ll Love!

โœจ Switching between Query Builder and Eloquent Builder has never been easier. With just one simple syntax, you can seamlessly move between them within Easy Model. Whether you prefer building queries directly in Laravel and then leveraging the power of Easy Model, itโ€™s all at your fingertips. For more details, refer to Establish Query.

establish-on-laravel-query

โœจ If you ever miss a Laravel method in Easy Model, grab a Query Builder or Eloquent Builder instance to access that method, based on the previous feature. For more details, refer to Laravel Methods.

leverage-laravel-methods

โœจ Easy Model also manages the exception when attempting to order results by a column in the model and its relationship.

resolve-ambiguous-order-exception

โœจ Furthermore, you can easily order results by relationships with no effort. For more details, refer to Order Results.

order-by-relationships

Top comments (0)