2017 © Pedro Peláez
 

library inventory

image

mblanch/inventory

  • Tuesday, December 5, 2017
  • by manuelblanch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

:inventory

Scrutinizer Code Quality StyleCI Build Status, (*1)

Acces a la web de presentació https://manuelblanch.github.io/presentation_inventory, (*2)

Installation

Via Composer, (*3)

``` bash $ composer require mblanch/inventory, (*4)


## Installation ## In a Laravel project execute: ```bash composer require mblanch/inventory

This install the package in the carpet vendor., (*5)

Add to file config/app.php the InventoryServiceProvider:, (*6)

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

And publish files with:, (*7)

php artisan vendor:publish --tag=scool_inventory

Database

Use:, (*8)

php artisan migrate:status

To see inventory migrations and run migrations use the command:, (*9)

php artisan migrate

Factories for all models are installed in database/factories., (*10)

The Versions

15/06 2017
15/06 2017
12/06 2017
16/02 2017
12/12 2016
06/12 2016