AddOn
Eloquent
Beschreibung
Ein Wrapper für Laravel’s Illuminate/database toolkit:
- ActiveRecord style ORM
- Expressive query builder
- Schema builder
Umsetzung
NG-Websolutions zum Profil
Lütkenkamp 19
32584 Löhne
Versionen
1.5.0
- Update Eloquent to version 5.8.8
- Model autoloader removed: Use Redaxo autoloader (e.g. /addons/project/lib) for your models
1.4.0
- Update Eloquent to version 5.5.44
- Custom pagination moved from Git to local package
- Model autoloader removed: Use Redaxo autoloader (e.g. /addons/project/lib) for your models
- Parsedown class removed
1.3.1
### Version 1.3.1 – 2016-06-19
- Installer Bugfix
1.3.0
### Version 1.3.0 – 2015-11-21
- Redaxo 5 compatible
- Optimized autoloading of model files
- Extended documentation
- Laravel pagination without Wrapper-Class
1.2.0
- Moved model files to “redaxo/include/data/addons/eloquent/models”
- Autoload of model files
1.1.0
- Update Eloquent ORM auf 4.2.17
- Paginator hinzugefügt
1.0.0
Initial commit