28-06-2024 - Andrés Cruz
Laravel Hablaremos sobre porqué tu, que eres un nuevo desarrollador con algo de experiencia en el desarrollo web, debes de aprender a desarrollar en Laravel si te interesa el desarrollo de aplicaciones con PHP.
03-07-2024 - Andrés Cruz
Laravel We will see how we can create translation texts in Laravel to use them according to the detected or configured location.
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.