Skip to content

Commit 1f086e4

Browse files
committed
doc
1 parent 5f16ec8 commit 1f086e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,9 @@ php artisan vendor:publish --tag="invoices-views"
625625

626626
Then modify the blade files to your liking.
627627

628+
> [!NOTE]
629+
> If you add new CSS clas, don't forget to define them in the `style.blade.php` file.
630+
628631
Alternatively, you can create a completely custom template by editing the config file like this:
629632

630633
```php
@@ -651,6 +654,9 @@ return [
651654
];
652655
```
653656

657+
> [!WARNING]
658+
> Your custom template file must be in `resources/views/vendor/invoices`
659+
654660
Ensure that your custom template follows the same structure and conventions as the default one to maintain compatibility with various use cases.
655661

656662
## Testing

0 commit comments

Comments
 (0)