palmabit/catalog

1.0.3 2014-10-23 15:04 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:51:45 UTC


README

#Catalog

Build Status

##description

This package adds product and order management to your laravel app.

Installation

The simplest method of installation is to install it as a global Composer package:

  1. run composer require "palmabit/catalog 1.0.*"
  2. Add to your service providers the following string: 'Palmabit\Catalog\CatalogServiceProvider'
  3. Then run the install command: php artisan catalog:install

Docs

In order to see the docs install the laravel package example app: https://github.com/Palmabit-IT/package-examples