magnetism / units
Measurement Units.
dev-main
2022-10-20 11:19 UTC
This package is auto-updated.
Last update: 2026-03-20 19:22:20 UTC
README
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