dev-master
9999999-devA Merchant library for Walis Applications
MIT
The Requires
by Walis Philippines
laravel pdf dompdf laravel-dompdf
A Merchant library for Walis Applications
Include to your composer.json file, (*1)
"require": { ... "walisph/merchant": "dev-master" }
Add to your Application providers, usually at app/config/app.php
, (*2)
'providers' => [ ... 'Walisph\Merchant\MerchantServiceProvider', ]
If you want to have the default configuration unless you have to change the package configuration, publish the package configuration by running artisan to your root app., (*3)
php artisan config:publish walisph/merchant
Publish migration so you can edit the migration file, (*4)
php artisan migrate:publish walisph/merchant
or run by running, (*5)
php artisan migrate --package="walisph/merchant"
You can also edit your invoice template by running, (*6)
php artisan view:publis walisph/merchant
A Merchant library for Walis Applications
MIT
laravel pdf dompdf laravel-dompdf