Tag articles, products, and anything else through a single reusable table using a polymorphic many-to-many relationship.
#Database
Articles
Wrapping related writes in a transaction is easy to get subtly wrong. Laravel's DB::transaction() closure handles commit, rollback, and deadlock retries for you.
Laravel Notifications send the same message across mail, database, Slack, and SMS from one class. This tutorial builds a multi-channel notification system step by step.
These five underused Eloquent features will help you write less code, run fewer queries, and make your models a lot more pleasant to work with.