08-05-2024 - Andrés Cruz
Laravel 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.
14-03-2024 - Andrés Cruz
Laravel We will see how to correct the pdo_sqlite error when creating a project in Laravel.
12-03-2024 - Andrés Cruz
Laravel 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.
19-02-2024 - Andrés Cruz
Flask Flask provides a mechanism to generate test data; In the case of Flask, since it is a micro framework, we must install an additional package called Flask Seeder.
30-01-2024 - Andrés Cruz
Flask Flask CLI allows you to create custom commands to perform any operation; these commands are executed in the context of the application.
28-12-2023 - Andrés Cruz
Flask We will use Pytest to perform unit testing, we will talk about the package, installation, configuration and performing a test on a project in Flask.
21-10-2023 - Andrés Cruz
PHP In this post we will see how to install Zend Framework on Linux and Zend Tool in a Linux environment.
20-10-2023 - Andrés Cruz
PHP The basic structure of a Symfony project is explained.
20-10-2023 - Andrés Cruz
PHP It explains how to generate entities through the bin/console in symfony, mapping the relationships from the database.
13-10-2023 - Andrés Cruz
Programación básica We will see how to solve the Command not found error that occurs when you try to execute a command that is not recognized in MacOS.