Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 357 Bytes

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