Skip to content

v1.0.0

Compare
Choose a tag to compare
@Monamoxie Monamoxie released this 21 May 20:01
· 22 commits to master since this release

This version introduces powerful set of features for mapping vocabs of your core systems to the custom vocab of your tenants or users.

🎉 Key Highlights:

  • HasVocab Trait: Use the HasVocab trait in your project to make your eloquent model vocable. Please see documentation for more details.
  • VocabCollector: Collect mapped vocabulary for specific entities using the VocabCollector facade.

👩‍💻 Getting Started:
To get started with the Vocab Mapper package, simply require version 1.0.0 in your Laravel project using Composer:

composer require monamoxie/vocab-mapper:^1.0.0