KR
Asked
Hello, I can’t find how to edit the template for the invoice and the quote. Thanks.
- KRAnswered
Oups its in the v4, in the v3 i’ve find.
- MSAnswered
Hello,
V4 uses the Vuejs and the file path is
resources/js/Pages/Invoice/Details.vue
After editing, you need to build the application with
npm i
and thennpm run dev
for development andnpm run build
for production build.Thank you
- Login to Reply