magnetism/warehouse

A simple warehouse with contact person.

Maintainers

Package info

github.com/magnetismtech/warehouse

pkg:composer/magnetism/warehouse

Statistics

Installs: 31

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-08 14:31:58 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