walisph/merchant

A Merchant library for Walis Applications
15
Install
composer require walisph/merchant
PHP:>=5.4.0
License:MIT
Last Updated:Nov 2, 2014
Links: GitHub  ·  Packagist
Maintainer: jayaregalinada

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

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

Configuration

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

Migration

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"

Views

You can also edit your invoice template by running

php artisan view:publis walisph/merchant

CREATED AND DEVELOPED BY WALIS PHILIPPINES

Related Packages

seguce92/laravel-dompdf

A DOMPDF Wrapper for Laravel forks barryvdh/laravel-dompdf package

6,053 1
disalvo/pdf-lumen-bundle

Compatibility fork of tibonilab/pdf-lumen-bundle and k98kurz/pdf (dompdf wrappe...

339 0
haska/laravel-pdf

Laravel Pdf package

45 3
azakur4/lum-pdf

compatibility fork of k98kurz/pdf-lumen (dompdf wrapper) for Laravel Lumen

66 0
daandd/laravel-dompdf

A DOMPDF Wrapper for Laravel

26 0