kdabrow / time-machine-mysql
Mysql driver for time machine
Installs: 2 602
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^7.2|^8.0
- illuminate/database: ^6.0|^7.0|^8.0|^9.0
- kdabrow/time-machine: ^1.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0
This package is auto-updated.
Last update: 2024-12-15 21:00:27 UTC
README
Mysql driver for kdabrow/time-machine package.
Installation
composer require kdabrow/time-machine-mysql
Testing
Start docker container
docker compose up -d
Run tests from inside containers
docker compose exec php7.2 composer update && vendor/bin/phpunit
Available containers:
- php7.2
- php7.3
- php7.4
- php8.0
- php8.1