Skip to content

Commit d02acec

Browse files
committed
Update Readme.md
1 parent 48cfcc1 commit d02acec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can install the package via composer:
1616

1717
You can publish the config file with:
1818
```bash
19-
php artisan vendor:publish --provider="Behzadsp\EloquentDynamicPhotos\EloquentDynamicPhotosServiceProvider" --tag="config"
19+
php artisan vendor:publish --provider="Behzadsp\EloquentDynamicPhotos\Providers\EloquentDynamicPhotosServiceProvider"
2020
```
2121

2222
This is the contents of the published config file named `eloquent_photo.php`:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "behzadsp/eloquent-dynamic-photos",
33
"description": "A Laravel Eloquent trait for dynamically handling and managing photo storage with ease.",
44
"license": "MIT",
5+
"homepage": "https://github.com/behzadsp/eloquent-dynamic-photos",
56
"keywords": [
67
"behzadsp",
78
"eloquent",

0 commit comments

Comments
 (0)