kdabrow/time-machine-postgres is a Laravel package for postgres driver for time machine.
It currently has 0 GitHub stars and 5 downloads on Packagist (latest version 1.0.0).
Install it with composer require kdabrow/time-machine-postgres.
Discover more Laravel packages by kdabrow
or browse all Laravel packages to compare alternatives.
Last updated
Postgres driver for kdabrow/time-machine package.
composer require kdabrow/time-machine-postgres
Start docker container
docker compose up -d php8.0
Enter the container
docker compose exec php8.0 /bin/bash
Install dependencies
composer update
Run tests from inside containers
vendor/bin/phpunit