Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbarbos authored Jul 19, 2019
1 parent e393bc3 commit 5419b3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ Add topics

### Composer

Add Laravel Localization to your `composer.json` file.
Add the package to your `composer.json` file.

```json
{
"require": {
"omnipay/common": "~2.0",
"business-mastery/omnipay-mobilpay": "~1.0",
"adrianbarbos/mobilpay": "~1.0.0"
}
}
Expand All @@ -43,6 +41,8 @@ Run `composer update` to get the latest version of the package.

Mobilpay comes with a service provider for Laravel. You'll need to add it to your `composer.json` as mentioned in the above steps, then register the service provider with your application.

*From Laravel 5.5, the service provider and facades will automatically get registered.*

Open `config/app.php` and find the `providers` key. Add `MobilpayServiceProvider` to the array.

```php
Expand Down

0 comments on commit 5419b3e

Please sign in to comment.