generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Ivan William Harsono edited this page Oct 27, 2023
·
4 revisions
composer require ivanwilliammd/satusehat-integration
php artisan vendor:publish --provider="Satusehat\Integration\SatusehatIntegrationServiceProvider" --tag=config
php artisan vendor:publish --provider="Satusehat\Integration\SatusehatIntegrationServiceProvider" --tag=migrations
php 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