How to create a test database with Laravel Sail
Introduction I have worked on projects that required the production and testing database to be the same. This could be because some features work in MariaDB, but not in SQLite. Or some bugs appear in MySQL, but not in PostgreSQL. When you're working ...
Aug 21, 20222 min read3.2K
