All notable changes to laravel-pull-production-data
will be documented in this file
- Removed TravisCi
- Added Github workflow actions
- Support for PHP 8.0
- Dropped support for PHP 7.3
- Merge pull request #21 from stepresearch/timeout-duplicate-prod, Use timeout setting when creating production database backup
- Support for Laravel 8.x
- Added default fallback value for
config('pull-production-data.paths.env')
.
- Made the prefix path to the
.env
file customizable through the config file (defaultpublic_html/
). - Republish the config file to customize this setting. (
php artisan vendor:publish --provider="DigiFactory\PullProductionData\PullProductionDataServiceProvider" --tag="config"
)
- Support/bugfix for Symfony 5 components
- Support for Laravel 7.x.