Anuncios Libros Cursos Categorías

Install PHP imagick on Windows, MacOS with Laragon and Laravel Herd

15-06-2024 - Andrés Cruz

Laragon In this entry, we will explain how to install the Imagick DLL on Windows and MacOS, in the Laragon and Laravel Herd environments; this is an extension used for image manipulation in PHP and is used internally by many PHP packages such as QR generators.

Continuar leyendo


Instalar PHP imagick en Windows, MacOS con Laragon y Laravel Herd

15-06-2024 - Andrés Cruz

Laragon En esta entrada, explicaremos como instalar la DLL de Imagick en Windows y MacOS, en los ambientes de Laragon y Laravel Herd; esta es una extensión empleada para la manipulación de imágenes en PHP y es empleada internamente por muchos paquetes de PHP como generadores de QR.

Continuar leyendo


Eager loading and lazy loading

12-06-2024 - Andrés Cruz

Eager loading and  lazy loading

Laragon Eager loading and lazy loading are two techniques we have available to retrieve data related to working with Eloquent models. And we have to know them in detail to use techniques that best suit our needs.

Continuar leyendo


Eager loading y lazy loading

12-06-2024 - Andrés Cruz

Eager loading y lazy loading

Laragon El eager loading y lazy loading son dos técnicas que tenemos disponibles para recuperar datos relacionados al trabajar con modelos Eloquent. Y hay que conocerlas al detalle para emplear técnicas que más se ajuste a nuestras necesidades.

Continuar leyendo


Transactional operations in the database in Laravel

09-06-2024 - Andrés Cruz

Transactional operations in the database in Laravel

Laragon We will learn how to use Transactional Operations in the database with Laravel so that we can perform several operations on the same task unit in Laravel.

Continuar leyendo


Operaciones transaccionales en la base de datos en Laravel

09-06-2024 - Andrés Cruz

Operaciones transaccionales en la base de datos en Laravel

Laragon Aprenderemos a emplear las Operaciones transaccionales en la base de datos con Laravel para que podamos realizar varias operaciones en una misma unidad de tarea en Laravel.

Continuar leyendo


Sending Emails in Laravel

19-06-2024 - Andrés Cruz

Sending Emails in Laravel

Laragon We will talk about how to send emails in Laravel, configuration and types, we will create a Mail class in Laravel that we will customize and then we will send an email from it.

Continuar leyendo


Collections in Laravel

08-06-2024 - Andrés Cruz

Collections in Laravel

Laragon We will talk about collections, how to use them, converting an array and some important methods.

Continuar leyendo


Colecciones en Laravel

08-06-2024 - Andrés Cruz

Colecciones en Laravel

Laragon Hablaremos sobre las colecciones, como usarlos, convertir de un array y algunos métodos importantes.

Continuar leyendo


Envíos de Emails en Laravel

19-06-2024 - Andrés Cruz

 Envíos de Emails en Laravel

Laragon Hablaremos sobre como enviar emails en Laravel, configuración y tipos, crearemos una clase Mail en Laravel que personalizaremos y luego enviaremos un email a partir de la misma.

Continuar leyendo