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 ea36ab0 commit c063daeCopy full SHA for c063dae
README.md
@@ -39,7 +39,7 @@ Also, register the Facade like so:
39
You can publish the configuration file using this command:
40
41
```bash
42
-php artisan config:publish unicodeveloper/laravel-paystack
+php artisan vendor:publish --provider="Unicodeveloper\Paystack\PaystackServiceProvider"
43
```
44
45
A configuration-file named `paystack.php` with some sensible defaults will be placed in your `config` directory:
0 commit comments