🔥 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 `whereRelation` method
Oct 18, 2022
🔥 Laravel Tip: Factory states
Mar 2, 2022