Skip to content

Commit

Permalink
Add composer du comment in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
feyst committed Apr 13, 2020
1 parent 999bd52 commit df99d77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Install the module like any other Invoice Ninja module:
php artisan module:install feyst/invoicedesignexport --type=github-https
```

It might be possible that you get an error that the service provider is not found. In that case please run the following in the root of Invoice Ninja:
```
composer dump-autoload --quiet
```

After the installation is complete, you must run the Artisan command to inject the view into the relevant Invoice Ninja views:
```
php artisan invoicedesignexport:insert-buttons
Expand Down

0 comments on commit df99d77

Please sign in to comment.