magnetism/warehouse

A simple warehouse with contact person.

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

This package is auto-updated.

Last update: 2024-09-08 11:27:07 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