A Laravel application to generate invoices dynamically with client details, items, totals, and downloadable PDFs. Ideal for freelancers and small businesses to automate invoice creation.
- π§ Add client info and billing details.
- π¦ Add invoice line items dynamically.
- π Export invoice as PDF.
- π§Ύ Automatic tax and total calculations.
git clone https://github.com/salmanpatnee/Laravel_Invoice_Generator.git
cd Laravel_Invoice_Generatorcomposer install- Copy
.env.exampleto.env - Set your database details
php artisan key:generate
php artisan migratephp artisan serve- π§± Laravel 8+
- π DomPDF (for PDF generation)
- ποΈ MySQL
MIT License
Salman Patnee
- GitHub: @salmanpatnee