🔥 Laravel Tip: remember to use bindings in your raw queries.
Mar 26, 2022
While using Laravel sometimes we forget that bindings are needed for raw queries. You can pass an array of bindings to most raw query methods.
Other tips:
🔥 Laravel tip: the `isDirty` method
Jan 28, 2022
🔥 Laravel Tip: Eloquent Subquery ordering
Mar 23, 2022
🔥 Laravel Tip: Map vs Transform in collections
Sep 13, 2022