Hey, my book is finally available. Find it here.  Eloquent Beyond The Basics!

🔥 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.
tip-image-0