Anuncios Libros Cursos Categorías

Localizaciones y Traducciones en Laravel (español e ingles)

03-07-2024 - Andrés Cruz

 Localizaciones y Traducciones en Laravel (español e ingles)

Laravel Veremos como podemos crear textos de traducción en Laravel para emplearlos según la localización detectada o configurada.

Continuar leyendo


Integrate PayPal payment gateway in Laravel

24-06-2024 - Andrés Cruz

Integrate PayPal payment gateway in Laravel

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.

Continuar leyendo


Integrar la pasalela de pago de PayPal en Laravel

24-06-2024 - Andrés Cruz

Integrar la pasalela de pago de PayPal en Laravel

Laravel PayPal es la billetera electrónica por excelencia y es muy utilizada para las compras en líneas, es decir, por Internet y la podemos emplear muy fácilmente en cualquier proyecto web y en Laravel no es la excepción y podemos configurarla fácilmente como una pasalera de pago.

Continuar leyendo


How to Check if a String Contains a Specific Word in Laravel

22-06-2024 - Andrés Cruz

Laravel How to check if a string contains a specific word in Laravel using the Str::contains() function.

Continuar leyendo


Cómo Verificar si un String Contiene una Palabra Específica en Laravel

22-06-2024 - Andrés Cruz

Laravel Cómo verificar si una cadena contiene una palabra específica en Laravel utilizando la función Str::contains().

Continuar leyendo


Unit and Integration Testing with PHPUnit and Pest in Laravel

05-08-2024 - Andrés Cruz

Unit and Integration Testing with PHPUnit and Pest in Laravel

Laravel We will talk about how tests work in Laravel, tips, considerations, importance and first steps in Laravel.

Continuar leyendo


Pruebas Unitarias y de Integración con PHPUnit y Pest en Laravel

05-08-2024 - Andrés Cruz

Pruebas Unitarias y de Integración con PHPUnit y Pest en Laravel

Laravel Hablaremos sobre como funcionan las pruebas en Laravel, tips, consideraciones, importancia y primeros pasos en Laravel.

Continuar leyendo


Laravel SEO, some packages to generate meta tags

21-06-2024 - Andrés Cruz

Laravel SEO, some packages to generate meta tags

Laravel There are multiple packages to generate SEO tags for Laravel, this is great since there are certain parts of the application that it is necessary to return some met tags exactly where we need them, without worrying about whether the names of these tags are correct or not.

Continuar leyendo


Laravel SEO, algunos paquetes para generar meta etiquetas

21-06-2024 - Andrés Cruz

Laravel SEO, algunos paquetes para generar meta etiquetas

Laravel Existen múltiples paquetes para generar etiquetas SEO para Laravel, esto es estupendo ya hay ciertas partes de la aplicación que es necesario devolver algunas etiquetas tipo met justamente donde lo necesitamos, sin preocuparnos de si los nombres de estas etiquetas son correctas o no.

Continuar leyendo


Package: Laravel Debugbar

18-06-2024 - Andrés Cruz

Package: Laravel Debugbar

Laravel This package is essential when developing our application in Laravel, from it we can see different data such as which database queries are being made and in what quantity, server response time.

Continuar leyendo