This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Release v1.0.0-alpha
1.0.0-alpha
We're bringing you a major release. The focus is on one much-desired feature: the Laravel 8.x and PHP 8 adoption. This release comes with several breaking changes.
Added
- Support for Laravel 8.x and PHP 8.x (#121)
Changed
- Moved
doctrine/dbal
to dev dependency - Configuration file
.env.example
- Use of the Presenter pattern more and more
- Rename
Record
model toResourceRecord
- Some tables have changed:
server
instead ofmaster_server
primary
andsecondary
instead ofmaster
andslave
Github is replacing the word master to avoid slavery references
Removed
- Dev packages
barryvdh/laravel-debugbar
andbarryvdh/laravel-ide-helper
- Browser tests. This has reduced temporarily the test coverage.