laravel-invoices
Laravel package to generate PDF invoices from various customizable parameters
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- invoices.php
- invoice_AA_00001.pdf
- Roosevelt Lloyd Ashley Medina.pdf
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- invoice.php
- sample-logo.png
- default.blade.php
- Buyer.php
- InvoiceItem.php
- Party.php
- Seller.php
- InstallCommand.php
- UpdateCommand.php
- PartyContract.php
- Invoice.php
- PricingService.php
- CurrencyFormatter.php
- DateFormatter.php
- InvoiceHelpers.php
- SavesFiles.php
- SerialNumberFormatter.php
- Invoice.php
- InvoiceServiceProvider.php
- PricingTest.php
- .gitignore
- composer.json
- LICENSE.md
- phpunit.xml
- phpunit.xml.bak
- PREVIOUS.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/LaravelDaily/laravel-invoices
Downloads the entire project code from GitHub to your computer.
cd laravel-invoices
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
$ composer require laraveldaily/laravel-invoices:^4.1.1
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
