Showing posts fromlaravel

How to Set Up Laravel Queue Worker on Ubuntu with Supervisor (With Study Case & Implementation)

  • Ismail Jamil Jauhari
  • 09 May 2025

Laravel provides a powerful queue system that allows you to run time-consuming tasks like sending emails, resizing images, or processing payments in the background. But in a production environment, w

Mastering Subqueries in Laravel Eloquent & Query Builder

  • Ismail Jamil Jauhari
  • 13 Jun 2025

Laravel provides a powerful query builder and Eloquent ORM that allow developers to build complex SQL queries in a clean and expressive way. One of the lesser-known yet highly powerful features is su