Download the PHP package feikwok/laravel-invoice-node without Composer
On this page you can find all versions of the php package feikwok/laravel-invoice-node. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-invoice-node
Laravel Invoice Node
Overview
This package is designed for Paperplane project with laravel framework. It also can be used separately for standard Laravel application. It allow user to create a invoice and customizing PDF template. The PDF invoice include a QR code to a payment page which it is integrated with a drop in UI checkout from Stripe API. Customer can use the payment to make secure payment with credit card. The package would not save any credit card information and it will simply use the UI provided by Stripe Gateway and send payment request directly to their server.
Features
- Generate PDF Invoice and email it through customer email
- Include QR code online payment (page)
- Preview or regenerate the PDF invoice copy
- Resend PDF email to customer
- Resend payment confirmation email to customer
Requirements
- Laravel: ^5.6
- laracasts/flash: ^3.0
- barryvdh/laravel-dompdf: ^0.8.2
- simplesoftwareio/simple-qrcode: ^2.0
- firebase/php-jwt: 5.0
- stripe/stripe-php: v6.12.0
Installation
To start please install the package using the composer command:
In the package we are using vuejs and vue-moment and axios packages for the front-end interface. If you have not already install these packages, please run the following command.
.env file attributes:
In order to render the PDF from our default templates, a "fonts" folder insider the laravel storage folder. So please makes sure you create the folder before you start you PDF generation.
Template Configuration (Optional)
Adding or changing the invoice logo on default template
The default template before rendering will be checking the following folder location has the invoice-logo.png image file or not. If it finds the image logo file, it will add it to the invoice pdf copy.
Registering custom invoice template
You can drop as many as custom invocie pdf template into the following folder. The package will check all the blade files insider this folder and register them all as available invoice template options.
Search and Filter
Basic Search
The basic search will do a wide card search on the following information.
- Invoice Reference Number/Code
- Client/ Customer Name
- Client Business Name
- Client Business Name
- Client Email
- Client Contact Phone Number
On going development
- Advance Search
- Invoice Overdue Reminder
- Schedule Billing (e.g. subscription charges)
- Admin Access Controls
- Google Address Lookup Integration
All versions of laravel-invoice-node with dependencies
barryvdh/laravel-dompdf Version ^0.8.2
simplesoftwareio/simple-qrcode Version ^2.0
firebase/php-jwt Version 5.0
stripe/stripe-php Version v6.12.0
guzzlehttp/guzzle Version ^6.3
spatie/laravel-permission Version ^2.17