Skip to content

1.0.0-alpha.1

Compare
Choose a tag to compare
@akazorg akazorg released this 13 Nov 12:42
· 21 commits to master since this release

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 and last_name
  • refactor: Eloquent models moved to root folder
  • refactor: decouple ScriptVariables and refactor in general