ardent icon indicating copy to clipboard operation
ardent copied to clipboard

Self-validating, secure and smart models for Laravel's Eloquent ORM

Results 102 ardent issues
Sort by recently updated
recently updated
newest added

For exampel, I want to use https://github.com/lazychaser/laravel4-nestedset with Ardent together, but they are all extend Eloquent.

Hi Why are events `beforeValidate` and `afterValidate` called before `beforeCreate` and `beforeSave`? It prevents right usage of `beforeSave` and `beforeCreate` for preseting values etc.. This is current order of events...