Speed Up Laravel Tests 7x with PDO::exec Schema Load
Originally published at recca0120.github.io
As migration files pile up, test speed keeps getting slower -- even with SQLite In-Memory Database, because migrations run one file at a time.
schema:dump Doesn't Support In-Memory Database
Laravel 8 intro...
recca0120.hashnode.dev2 min read