You can publish the assets from that package (artisan vendor:publish), which should create a /resources/views/vendor/cashier dir with the receipt.blade.php template in it. If that file exists, it will use that instead of the default one in /vendor/laravel/cashier.
Jan 22, 2018
5
Level 3
Customizing Cashier Invoices
Hi all, is there a way that I can customize the Cashier invoices? Or does it require me to come up with a "custom" thing?
I am guessing that just overwriting (editing) the vendor/laravel/cashier/resources/views/receipt.blade.php file is a bad idea.
Please or to participate in this conversation.