Anuncios Libros Cursos Categorías

How to view the SQL of migrations in Laravel with `php artisan migrate --pretend`

20-01-2026 - Andrés Cruz

How to view the SQL of migrations in Laravel with `php artisan migrate --pretend`

Discover how to view the SQL that migrations execute in Laravel without running them. Perfect for environments without terminal access.


Create, Configure and Connect Laravel with MySQL database with .env file

10-11-2025 - Andrés Cruz

Create, Configure and Connect Laravel with MySQL database with .env file

Connect a Laravel project to a MySQL database (for example); although we can connect to other types of databases such as SQLServer, PostgreSQL, etc.


SQFlite to manage a database with SQLite in Flutter

01-05-2023 - Andrés Cruz

SQFlite to manage a database with SQLite in Flutter

We will explain how to use SQLite in Flutter through a dependency that will allow us to use the famous database manager in our project.