magnetism/units

Measurement Units.

dev-main 2022-10-20 11:19 UTC

This package is auto-updated.

Last update: 2024-06-20 14:47:47 UTC


README

Installation

You can install the package via composer

composer require magnetism/units

You can publish and run the migrations with

php artisan vendor:publish --provider="Magnetism\Units\UnitServiceProvider" --tag="migrations"

php artisan migrate

Seeding

php artisan db:seed --class=Magnetism\Units\database\seeds\UnitSeeder