All Notable changes to EloquentMeta
will be documented in this file
- More tests (especially for validation)
- Use correct Translator in
validate()
- Replace
list()
withpluck()
for collections - Refactor tests
- Ensure comparability with Laravel 5.3
- Update readme
- Support only php 5.6 and above.
Helpers::maybeEncode()
does better check of json data. Closes #17
- Fixes bug that caused conflict with the given SchemaTemplate and the package migration
- Travis setup and CI
- TestModel Suite
- Best Practice Project Skeleton
- Travis CI
- Contributing Guide and Licence
- Updated Readme
- Make compatible with Laravel 5