We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4bf8f commit 56c020dCopy full SHA for 56c020d
CHANGELOG.md
@@ -5,3 +5,7 @@ All notable changes to this project will be documented in this file.
5
6
## [1.0.0] - 2021-09-27
7
- Initial release
8
+
9
+## [1.0.1] - 2021-10-18
10
+- README Update
11
+- Bug Fix
README.md
@@ -12,7 +12,7 @@ composer require touhidurabir/laravel-meta-fields
12
13
To publish the config and migration file:
14
```bash
15
-php artisan vendor:publish --provider="Touhidurabir\ModelRepository\ModelRepositoryServiceProvider"
+php artisan vendor:publish --provider="Touhidurabir\MetaFields\MetaFieldsServiceProvider"
16
```
17
18
## Configuration
0 commit comments