Gerardo Ruiz Gerardo Ruiz

Filtered Posts (Clear all)

Streamlining Support Ticket Notifications in Laravel

Introduction

In our ongoing effort to enhance the performance and maintainability of our Laravel application, we tackled the complexity of our support ticket notification process. Previously, the system was cluttered with unnecessary configurations and queue settings that didn’t align with our streamlined project standards.

The Challenge

The core issue was that the SendSupportTicketNotifications job was set up with an email queue configuration, leading to additional overhead.

Read more

Synchronizing Composer Dependencies: A Case Study

Introduction

In our Laravel-based project, we encountered a situation where it was important to ensure our application's dependencies were synchronized with the latest updates from external packages. This post details a specific commit we made to address a synchronization issue with the prism-php/prism package, providing insights into how we managed our Composer dependencies effectively.

The Challenge

Maintaining alignment with the latest versions of dependencies is crucial,

Read more

Enhancing Support Ticket Management with Reply Functionality

Introduction

In our continuous effort to improve user experience within the support system, we recognized the need for enabling users to communicate more effectively regarding their tickets. This led to the development of a reply functionality for support tickets, allowing users to provide additional context or updates directly related to their issues.

The Challenge

Previously, users could only submit support tickets, and any follow-up communication had to be conducted through

Read more

Implementación del Campo "generation_source" en Posts: Un Enfoque Estructurado

Introducción

Recientemente, hemos abordado la necesidad de identificar la fuente de generación de publicaciones en nuestra aplicación. Esto se volvió imprescindible para entender mejor la procedencia del contenido, ya sea manual, auto-generado o mediante un prompt. A continuación, exploraremos cómo se llevó a cabo esta implementación y las decisiones técnicas que se tomaron a lo largo del proceso.

Desarrollo

Para resolver este problema, se creó un nuevo campo en la base de datos

Read more

Enhancing Auto-Sync Functionality: Excluding Already-Used Commits

Introduction

In our recent development effort, we aimed to enhance the auto-sync functionality in our post generation system. The primary concern was to ensure that commits already used in existing posts would not be duplicated in the auto-sync process. This adjustment was necessary to maintain the integrity and uniqueness of the posts generated by our system.

The Challenge

Previously, our auto-sync feature did not account for commits that had already been associated with posts.

Read more

Enhancing Badge Management with Filament

Introduction

The badge management system has been overhauled to provide a more intuitive and user-friendly experience. This update introduces the ability to manually assign badges to users, complete with visibility settings and date tracking.

Development

The UsersRelationManager class was created to handle user-badge relationships. This class extends Filament's RelationManager and includes methods for getting the relation title, form, and table configurations.

Read more

Resolving Test Suite Failures Caused by Database Transactions

Introduction

Our test suite was experiencing frequent failures due to database transaction issues. The reconnect() method was causing the PDO connection to close, triggering Laravel's RefreshDatabase trait to reset and resulting in deadlocks and "relation does not exist" errors.

The Challenge

The main challenge was to identify the root cause of the issue and find a solution that would prevent the test suite failures without compromising the database transactions.

The Solution

Read more

Enhancing Laravel Application Standards with Updated Guidelines and Dependencies

Introduction

Our Laravel application required improvements in documentation, development workflows, and standardization. The existing setup lacked clarity and efficiency, making it challenging to maintain and scale.

The Challenge

The primary issues with our current setup were:

  • Insufficient documentation for Laravel Boost, Tailwind CSS, PHPUnit, and Filament
  • Inadequate integration with Prism and support for multiple AI providers
  • Limited guidelines for maintaining application standards
Read more

Enhancing GitHub Service with Carbon and Notifications

Introduction

Our team has been working on improving the GitHub service in our application. One of the key areas of focus was enhancing the date handling and introducing a notifications system.

The Challenge

The existing GitHub service had limitations in terms of date management and lacked a notifications system. This made it difficult to keep track of recent activities and notify users about important events.

The Solution

To address these challenges, we updated the GitHub service to

Read more
January 22, 2026 Laravel PHP

Implementación de un Logger Multi-Tenant con Streams Divididos en Laravel

Introducción

El desarrollo de aplicaciones multi-tenant ha ganado popularidad en los últimos años, ya que permite a las empresas ofrecer servicios personalizados a diferentes clientes mientras comparten recursos comunes. Uno de los desafíos en este tipo de desarrollo es la implementación de un sistema de logging efectivo que pueda manejar y separar los registros de cada tenant de manera eficiente.

Desarrollo

Para construir un logger multi-tenant con streams divididos en Laravel, podemos

Read more
Gerardo Ruiz

Gerardo Ruiz

Soy Gerardo Ruiz, el creador de Devlog.ist

Founder

Newsletter

Get weekly updates with new posts.