Package Data | |
---|---|
Maintainer Username: | jayaregalinada |
Maintainer Contact: | info@walis.com.ph (Walis Philippines) |
Package Create Date: | 2014-10-20 |
Package Last Update: | 2014-11-02 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:11:04 |
Package Statistics | |
---|---|
Total Downloads: | 15 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Include to your composer.json file
"require": {
...
"walisph/merchant": "dev-master"
}
Add to your Application providers, usually at app/config/app.php
'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.
php artisan config:publish walisph/merchant
Publish migration so you can edit the migration file
php artisan migrate:publish walisph/merchant
or run by running
php artisan migrate --package="walisph/merchant"
You can also edit your invoice template by running
php artisan view:publis walisph/merchant