Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!
Want to access all of our courses? (29 h 14 min)
You also get:
Already a member? Login here
Well, does it function properly if I use views in (MySQL or Postgres) and perform the math on the database level before just selecting the result?
If you use DB views for aggregation, then you don't need those functions from Eloquent, you just select the data from your view, I imagine.
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
Well, does it function properly if I use views in (MySQL or Postgres) and perform the math on the database level before just selecting the result?
If you use DB views for aggregation, then you don't need those functions from Eloquent, you just select the data from your view, I imagine.