palmabit/catalog

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/palmabit/catalog

1.0.3 2014-10-23 15:04 UTC

This package is not auto-updated.

Last update: 2025-10-21 06:53:29 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