mblanch/inventory

dev-master / 1.0.x-dev 2017-12-05 11:40 UTC

README

Scrutinizer Code Quality StyleCI Build Status

Acces a la web de presentació https://manuelblanch.github.io/presentation_inventory

Installation

Via Composer

$ composer require mblanch/inventory

Installation

In a Laravel project execute:

composer require mblanch/inventory

This install the package in the carpet vendor.

Add to file config/app.php the InventoryServiceProvider:

...
 /*
 * Package Service Providers...
 */
 Scool\Inventory\Providers\InventoryServiceProvider::class,
...

And publish files with:

php artisan vendor:publish --tag=scool_inventory

Database

Use:

php artisan migrate:status

To see inventory migrations and run migrations use the command:

php artisan migrate

Factories for all models are installed in database/factories.