🔥 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: Merging eloquent collections
Sep 9, 2022
🔥 Laravel Tip: The upsert method
May 2, 2022