Skip to content

Palmabit-IT/catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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