All notable changes to laravel-dynamic-model
will be documented in this file.
- replaced deprecated doctrine function call 2.0
- replaced deprecated doctrine function call
- connection issue on different db connection
- now dynamically create real model classes, which can handle different tables and db connections
- removed factory, made container binding work
- Improved model creating - call
bindyDynamically
in constructor
- PHPStan
- Style fixer (pint)
- Tests (Pest)
- PHP 8.1 support
- Possible to add db connection to dynamic model (#2)
- Possible to create own dynamic models