Traits
Interfaces, Classes and Traits
- Geopositioned
- Trait to add latitude and longitude to the model and also some utility functions for distance measuring.
- Sluggable
- Trait to add slugs based on certain fields The fields will be concatenated and then transformed into a slug
- Timestampable
- Simple trait to keep track of create and update dates.
- Translatable
- Trait to add translations to fields
- Versionable
- Trait to add record versions