Skip to content

Commit

Permalink
Merge pull request #1 from PovilasKorop/patch-1
Browse files Browse the repository at this point in the history
Fixed errors in Readme
  • Loading branch information
sandervanhooft authored Jul 11, 2017
2 parents bdb8f8b + 78a0e2e commit 2df1227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Next, you must install the service provider:
// config/app.php
'providers' => [
...
SanderVanHooft\PayableRedirect\InvoicableServiceProvider::class,
SanderVanHooft\Invoicable\InvoicableServiceProvider::class,
];
```

You can publish the migration with:

``` bash
$ php artisan vendor:publish --provider="SanderVanHooft\PayableRedirect\InvoicableServiceProvider" --tag="migrations"
$ php artisan vendor:publish --provider="SanderVanHooft\Invoicable\InvoicableServiceProvider" --tag="migrations"
```

After the migration has been published you can create the invoices and invoice_lines tables by running the migrations:
Expand Down

0 comments on commit 2df1227

Please sign in to comment.