Anuncios Libros Cursos Categorías

Difference between composer.json and composer.lock

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.


Problem with the pdo_sqlite extension when creating a Laravel project in Laragon

14-03-2024 - Andrés Cruz

Problem with the pdo_sqlite extension when creating a Laravel project in Laragon

Laravel We will see how to correct the pdo_sqlite error when creating a project in Laravel.


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 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.


Flask Seeder to generate test data

19-02-2024 - Andrés Cruz

Flask Seeder to generate test data

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.


Flask CLI to create custom commands

30-01-2024 - Andrés Cruz

Flask CLI to create custom commands

Flask Flask CLI allows you to create custom commands to perform any operation; these commands are executed in the context of the application.


Unit Testing in Flask with Pytest in Python

28-12-2023 - Andrés Cruz

Unit Testing in Flask with Pytest in Python

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.


Install Zend Framework and Zend Tool on Linux

21-10-2023 - Andrés Cruz

Install Zend Framework and Zend Tool on Linux

PHP In this post we will see how to install Zend Framework on Linux and Zend Tool in a Linux environment.


Basic structure of a Symfony project

20-10-2023 - Andrés Cruz

Basic structure of a Symfony project

PHP The basic structure of a Symfony project is explained.


Doctrine mapping files and entities in Symfony

20-10-2023 - Andrés Cruz

Doctrine mapping files and entities in Symfony

PHP It explains how to generate entities through the bin/console in symfony, mapping the relationships from the database.


OSX zsh - bash: Command not found in MacOS

13-10-2023 - Andrés Cruz

OSX zsh - bash: Command not found in MacOS

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.