Anuncios Libros Cursos Categorías

Integrate PayPal payment gateway in Laravel

13-11-2025 - Andrés Cruz

Integrate PayPal payment gateway in Laravel

PayPal is the electronic wallet par excellence and is widely used for online purchases, that is, on the Internet and we can use it very easily in any web project and in Laravel it is no exception and we can easily configure it as a payment gateway.


Localizations and Translations in Laravel (Spanish and English)

12-11-2025 - Andrés Cruz

Localizations and Translations in Laravel (Spanish and English)

We will see how we can create translation texts in Laravel to use them according to the detected or configured location.


Detect mobile navigation in Laravel

05-08-2024 - Andrés Cruz

Detect mobile navigation in Laravel

When developing web applications, it is essential to think about the adaptability of any web application. We will see how we can detect the device from Laravel.


Install and configure Redis on Laragon and on MacOS with Laravel Herd

21-07-2024 - Andrés Cruz

Install and configure Redis on Laragon and on MacOS with Laravel Herd

We will see the steps to install Redis in Laragon, configure the DLL, start it from Laragon and run the process, we will also see the process in DBngin and MacOS.


Middleware to Verify the es/en language prefix in Laravel

07-07-2024 - Andrés Cruz

Middleware to Verify the es/en language prefix in Laravel

The next development that we are going to carry out is to use a middleware to detect the language configured by the user and establish it through the translation text strings, in addition, we also define the acronyms or language tag in the URL to return the corresponding translation.


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

15-06-2024 - Andrés Cruz

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.


Difference between composer.json and composer.lock

08-05-2024 - Andrés Cruz

In Laravel and any PHP project that uses composer to manage packages, we have two types of files, composer.json and composer.lock, we will see what each one is for and the difference.


Laravel Herd - The ideal environment for PHP development on MacOS y Windows

12-03-2024 - Andrés Cruz

Laravel Herd - The ideal environment for PHP development on MacOS y Windows

Laravel Herd, which is the equivalent of Laragon but for MacOS, with Laravel Herd we have an environment available in which to develop in Laravel and we can install.


How to add Laragon in the Windows PATH

03-04-2023 - Andrés Cruz

How to add Laragon in the Windows PATH

Learn how to configure Laragon at the operating system level in Windows using the system PATH, which will allow you to use Laragon on any terminal of the OS.