Releases: Monamoxie/vocab-mapper
Releases · Monamoxie/vocab-mapper
1.0.3
1.0.2
What's Changed
- Bugfix - vendor publishing by @Monamoxie in #1
- Create package.yml by @Monamoxie in #2
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
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