From 0e532a53bfe747dc040a31d2ea18d31e9ec8890ec8c132c253d583000f2f62fe Mon Sep 17 00:00:00 2001 From: justputoff Date: Sun, 27 Apr 2025 20:34:47 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3825ab..c0ae13c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # 10_kholid_hasibuan -kholid hasibuan \ No newline at end of file +kholid hasibuan + +untuk menjalankan + +cp .env.example .env +composer install +php artisan key:generate +php artisan migrate +php artisan db:seed --class=DatabaseSeeder +php artisan laravolt:indonesia:seed + +saya menggunakan data seeder untuk beberapa master supaya mempermudah testing dan development +untuk ngambil prov, kab, kec, dan kelurahan saya menggunakan laravolt indonesia \ No newline at end of file