We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999bd52 commit df99d77Copy full SHA for df99d77
README.md
@@ -9,6 +9,11 @@ Install the module like any other Invoice Ninja module:
9
php artisan module:install feyst/invoicedesignexport --type=github-https
10
```
11
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
+
17
After the installation is complete, you must run the Artisan command to inject the view into the relevant Invoice Ninja views:
18
19
php artisan invoicedesignexport:insert-buttons
0 commit comments