How Laravel Helped Me Deliver a Scalable Internal App Under Unexpected Constraints
A real‑world look at how Laravel’s ORM and framework design helped me solve a major database migration challenge and deliver a scalable internal workflow system as a solution architect.
Get all users with a role using Spatie Laravel-Permission package
This way we can get all users in the database with the give roles
Accessing Laravel Notification JSON data from Database
How to access JSON data column while manually querying in SQL Server Database
Database Transactions in Laravel, how to stop partial insertions!
Ensuring the DB transaction integrity and consistency using db transaction feature by Laravel