v1.0.0
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