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