1.0.0-alpha.1
This release adds additional extendibility to Mercurius, with the following changes:
- feature: MercuriusUser trait added with scopeContacts() to filter users
- feature: custom models defined in config
- feature: custom user fields defined in config
- feature: (optional) the User name can result by merging multiple fields, e.g.: using
first_name
andlast_name
- refactor: Eloquent models moved to root folder
- refactor: decouple ScriptVariables and refactor in general