Releases: laracraft-tech/laravel-dynamic-model
Releases · laracraft-tech/laravel-dynamic-model
v3.0.3
Improvement
- replaced deprecated doctrine function call 2.0
v3.0.2
Improvement
- replaced deprecated doctrine function call
v3.0.1
Fixed
- connection issue on different db connection
v3.0.0
Added
- now dynamically create real model classes, which can handle different tables and db connections
v2.1.0
Changed
- removed factory, made container binding work
v2.0.1
Added
- Improved model creating - call
bindyDynamically
in constructor
v2.0.0
Added:
- 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