generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Ivan William Harsono edited this page Oct 27, 2023
·
4 revisions
composer require ivanwilliammd/satusehat-integrationphp artisan vendor:publish --provider="Satusehat\Integration\SatusehatIntegrationServiceProvider" --tag=configphp artisan vendor:publish --provider="Satusehat\Integration\SatusehatIntegrationServiceProvider" --tag=migrationsphp artisan migrate# Run to publish all assets regarding ICD-10
php artisan vendor:publish --provider="Satusehat\Integration\SatusehatIntegrationServiceProvider" --tag=icd10
# Run to migrate the ICD-10 table
php artisan migrate
# Run to seed the data
php artisan db:seed --class=Icd10Seeder