adapt icon indicating copy to clipboard operation
adapt copied to clipboard

A Laravel package that builds databases for your tests, improving their speed

Results 4 adapt issues
Sort by recently updated
recently updated
newest added

Hi, I found your article about fast database tests and then this package, pgsql driver is in your plans?

### Description: Hi, when I try to run tests using the command vendor/bin/phpunit, it throws an error related to transactions. ### Logs: ``` ADAPT DEBUG: ┌── ADAPT (v0.12.11) ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ ADAPT...

### Description: So my problem is very simple. I have a table called "user_permissions" where I store a list of user permissions that become gates. They are defined in the...

### Description: When running the command ``` php artisan adapt:clear --force ``` ### Logs: ``` CodeDistortion\Adapt\Exceptions\AdaptBootException The Database name "" is invalid at vendor/code-distortion/adapt/src/Exceptions/AdaptBootException.php:58 54▕ * @return self 55▕ */...