2017 © Pedro Peláez
 

library merchant

A Merchant library for Walis Applications

image

walisph/merchant

A Merchant library for Walis Applications

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WalisPH Merchant library

Walis Apps for ecommerce preference


Information

  • This package have the basic product schema based on the Product Markup
  • Includes the DOMPDF Laravel wrapper by barryvdh. Github
  • Includes the Walis Map package. Github
  • Includes a invoicing capability.
  • Because this package is under development all of the changelog with be viewed here
  • SO FAR, this package only works on Laravel 4

Installation

Include to your composer.json file, (*1)

"require": {
    ...
    "walisph/merchant": "dev-master"
}

Configuration

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

Migration

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"

Views

You can also edit your invoice template by running, (*6)

php artisan view:publis walisph/merchant

CREATED AND DEVELOPED BY WALIS PHILIPPINES

The Versions

02/11 2014

dev-master

9999999-dev

A Merchant library for Walis Applications

  Sources   Download

MIT

The Requires

 

by Walis Philippines

laravel pdf dompdf laravel-dompdf