03-07-2024 - Andrés Cruz
Laravel Veremos como podemos crear textos de traducción en Laravel para emplearlos según la localización detectada o configurada.
24-06-2024 - Andrés Cruz
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.
24-06-2024 - Andrés Cruz
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.
22-06-2024 - Andrés Cruz
Laravel How to check if a string contains a specific word in Laravel using the Str::contains() function.
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().
05-08-2024 - Andrés Cruz
Laravel We will talk about how tests work in Laravel, tips, considerations, importance and first steps in Laravel.
05-08-2024 - Andrés Cruz
Laravel Hablaremos sobre como funcionan las pruebas en Laravel, tips, consideraciones, importancia y primeros pasos en Laravel.
21-06-2024 - Andrés Cruz
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.
21-06-2024 - Andrés Cruz
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.
18-06-2024 - Andrés Cruz
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.