mblanch / inventory
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: ~5.6|~7.0
- fzaninotto/faker: ^1.6
- laravel/framework: ^5.3
- scool/foundation: ^0.1.0
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2025-02-21 21:30:11 UTC
README
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.