palmabit / catalog
1.0.3
2014-10-23 15:04 UTC
Requires
- php: >=5.4.0
- baum/baum: 1.0.*
- illuminate/support: 4.2.*
- intervention/image: 1.6.*
- jacopo/bootstrap-3-table-generator: dev-master
- palmabit/authentication: 1.0.*
- palmabit/library: 0.1.*
- palmabit/multilanguage: 1.0.*
- way/form: dev-master
Requires (Dev)
- fzaninotto/faker: 1.4.*
- mockery/mockery: 0.9.0
- orchestra/testbench: 2.2.*
This package is not auto-updated.
Last update: 2024-11-05 02:15:46 UTC
README
#Catalog
##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:
- run
composer require "palmabit/catalog 1.0.*"
- Add to your service providers the following string:
'Palmabit\Catalog\CatalogServiceProvider'
- 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