Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hen8y authored Feb 21, 2024
1 parent fe7a9d5 commit b0166e7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ Or add the following line to the require block of your `composer.json` file.
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.



Once Laravel Vpay is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

```php
php artisan vendor:publish --tag=vpay-config
'providers' => [
...
Hen8y\Vpay\VpayServiceProvider::class,
...
]

```


You can publish the configuration file and assets by running:

```php
'providers' => [
...
Hen8y\Vpay\VpayServiceProvider::class,
...
]
php artisan vendor:publish --tag=vpay-config

```

Expand Down

0 comments on commit b0166e7

Please sign in to comment.