We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f16ec8 commit 1f086e4Copy full SHA for 1f086e4
README.md
@@ -625,6 +625,9 @@ php artisan vendor:publish --tag="invoices-views"
625
626
Then modify the blade files to your liking.
627
628
+> [!NOTE]
629
+> If you add new CSS clas, don't forget to define them in the `style.blade.php` file.
630
+
631
Alternatively, you can create a completely custom template by editing the config file like this:
632
633
```php
@@ -651,6 +654,9 @@ return [
651
654
];
652
655
```
653
656
657
+> [!WARNING]
658
+> Your custom template file must be in `resources/views/vendor/invoices`
659
660
Ensure that your custom template follows the same structure and conventions as the default one to maintain compatibility with various use cases.
661
662
## Testing
0 commit comments