- PHP 8.2+
- Added a
ConfigBuilder
, to follow ICanBoogie/Config changes. Use ActiveRecord'sConfigBuilder
. - Added the console commands
activerecord:connections
andactiverecord:records
(aliasactiverecords
). - Configures
StaticModelResolver
.
- Removed
Application
prototypes:get_connections
,get_models
, andget_db
. - Config synthesizers have been removed in favor of config builders.
- Models must define their ActiveRecord class, and it must extend
ActiveRecord
.
None
Config
,ConnectionProvider
, andModelProvider
are now created by the dependency-injection container.