โจ 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.
โจ 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.
โจ Easy Model also manages the exception when attempting to order results by a column in the model and its relationship.
โจ Furthermore, you can easily order results by relationships with no effort. For more details, refer to Order Results.
Top comments (0)