magnetism/warehouse

A simple warehouse with contact person.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/magnetism/warehouse

dev-main 2022-11-08 07:32 UTC

This package is auto-updated.

Last update: 2025-10-08 13:42:46 UTC


README

You can install the package via composer

composer require magnetism/warehouse

You can publish and run the migrations with

php artisan vendor:publish --provider="Magnetism\Warehouse\WarehouseServiceProvider" --tag="migrations"

php artisan migrate