Skip to content

Commit df99d77

Browse files
committed
Add composer du comment in readme
1 parent 999bd52 commit df99d77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Install the module like any other Invoice Ninja module:
99
php artisan module:install feyst/invoicedesignexport --type=github-https
1010
```
1111

12+
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:
13+
```
14+
composer dump-autoload --quiet
15+
```
16+
1217
After the installation is complete, you must run the Artisan command to inject the view into the relevant Invoice Ninja views:
1318
```
1419
php artisan invoicedesignexport:insert-buttons

0 commit comments

Comments
 (0)