Laravel Queues in Action (2nd edition) is now available!

Articles on Databases

If you want to get notified whenever new content is available, consider joining the mailing list.

Updated: Feb 19, 2021 — 3 min Read — #databases #queues #notifications

Better Management of Database Transactions in Laravel 8

Using database transactions is a powerful way to ensure data integrity. However, it's a bit tricky to control how non-sql code that runs around database transactions behaves when transactions are committed or rolled back. In this post, we'll look into the new transactions management capabilities in Laravel 8.

Updated: Apr 28, 2020 — 3 min Read — #databases #multi-tenancy

Multi-tenancy in Laravel: working with a database-per-tenant model.

In this article, we're going to explore one of the most confusing aspects of multi-tenancy in laravel applications; communicating with multiple databases.

This site was built using Wink. Follow the RSS Feed.