codenco-dev/eloquent-model-tester
Laravel dev-only helper to test Eloquent models: verify table structure/columns, fillable vs guarded attributes, and model relationships. Works with PHPUnit and model factories, integrates easily in your model test classes.
Full Changelog: https://github.com/codenco-dev/eloquent-model-tester/compare/v4.0.0...v5.0.0
getMorphClass() method by @rabrowne85 in https://github.com/codenco-dev/eloquent-model-tester/pull/24Full Changelog: https://github.com/codenco-dev/eloquent-model-tester/compare/v3.0.0...v4.0.0
Full Changelog: https://github.com/codenco-dev/eloquent-model-tester/compare/v2.7.1...v3.0.0
Fix to use pest 2.0
Strict assertions : table columns, fillable and guarded #16
Update for Laravel 9.x
Add HasHasManyThroughRelation Assertion
Add descriptive message of assertion
Support of Php 8 Add Laravel 8 support Delete Laravel < 8 support
Fix provider
How can I help you explore Laravel packages today?