Skip to content

Commit 4327258

Browse files
author
wanchopeblanco
committed
Changed the publish config Command
The previous command doesnt work with L5
1 parent 7ccf539 commit 4327258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Alias the PushNotification facade by adding it to the aliases array in the `app/
2929

3030
Copy the config file into your project by running
3131
```
32-
php artisan config:publish davibennun/laravel-push-notification
32+
php artisan vendor:publish --provider="Vendor/Davibennun/LaravelPushNotification/LaravelPushNotificationServiceProvider" --tag="config"
3333
```
3434

3535
This will generate a config file like this

0 commit comments

Comments
 (0)