We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccf539 commit 4327258Copy full SHA for 4327258
README.md
@@ -29,7 +29,7 @@ Alias the PushNotification facade by adding it to the aliases array in the `app/
29
30
Copy the config file into your project by running
31
```
32
-php artisan config:publish davibennun/laravel-push-notification
+php artisan vendor:publish --provider="Vendor/Davibennun/LaravelPushNotification/LaravelPushNotificationServiceProvider" --tag="config"
33
34
35
This will generate a config file like this
0 commit comments