magnetism / units
Measurement Units.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:n
This package is auto-updated.
Last update: 2025-05-20 17:18:04 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