{"id":21158621,"url":"https://github.com/kdandy/pelayanandesa","last_synced_at":"2026-01-02T00:37:37.303Z","repository":{"id":225843164,"uuid":"767011729","full_name":"kdandy/PelayananDesa","owner":"kdandy","description":"Menyediakan informasi terkait dengan berbagai layanan publik yang disediakan oleh pemerintahan desa, seperti pendaftaran penduduk, pengurusan dokumen kependudukan, izin usaha, pelayanan kesehatan, pendidikan, dan lain sebagainya.","archived":false,"fork":false,"pushed_at":"2025-03-07T22:33:17.000Z","size":8992,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T23:19:15.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kdandy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-04T14:47:33.000Z","updated_at":"2025-03-07T22:33:14.000Z","dependencies_parsed_at":"2024-03-04T16:59:19.125Z","dependency_job_id":null,"html_url":"https://github.com/kdandy/PelayananDesa","commit_stats":null,"previous_names":["kdandy/laravel7_pelayanandesa","kdandy/pelayanandesa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FPelayananDesa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FPelayananDesa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FPelayananDesa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FPelayananDesa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdandy","download_url":"https://codeload.github.com/kdandy/PelayananDesa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243602041,"owners_count":20317559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T12:28:49.444Z","updated_at":"2026-01-02T00:37:37.253Z","avatar_url":"https://github.com/kdandy.png","language":"Blade","funding_links":["https://patreon.com/taylorotwell"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://res.cloudinary.com/dtfbvvkyp/image/upload/v1566331377/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Cara Install Project DENGAN github desktop\nUntuk menginstal project ini anda harus memiliki Composer\nbagi yang belum install composer silahkan download [Klik di sini](https://getcomposer.org/download/1.9.0/composer.phar) tutorial cara instal composer [klik di sini](https://www.malasngoding.com/cara-install-composer/)\n\nBagi yang sudah memiliki composer silahkan ikuti tutor dibawah ini\n- Klik tombol Clone or download\n- Klik Open in desktop\n- Klik open GithubDesktop.exe\n- Silahkan pilih lokasi path yang anda inginkan\n- Kemudian klik Clone\n- Tunggu sampai proses clone selesai\n- Buka folder porject yang sudah di clone melalui terminal\n- Lakukan composer install ketik\n```terminal\ncomposer install\n```\n- Tunggu sampai proses selesai\n- Buat database baru di phpmyadmin anda beri nama sesuka hati anda\n- Copy file .env.example yang ada di dalam folder project dan ubah namanya menjadi .env\nbagi yang menggunakan git bash atau terminal linux bisa ketik seperti dibawah\n```terminal\ncp .env.example .env\n```\nbagi yang menggunakan terminal windows bisa ketik seperti dibawah\n```terminal\ncopy .env.example .env\n```\n- Lakukan generate key ketik \n```terminal\nphp artisan key:generate\n```\n- Buka file .env\n- Ubah konfigurasi database sesuai nama database yang anda buat tadi lalu simpan\n- lakukan migrate ketik :\n```terminal\nphp artisan migrate --seed\n```\n- kemudian ketik :\n```\nphp artisan storage:link\n```\n- Finish project laravel bisa dijalankan dengan menggunakan development server dengan cara ketik\n```terminal\nphp artisan serve\n```\n- Lalu ctrl+klik pada http://127.0.0.0:8000\n\n## Cara instal project TANPA github desktop\nBagi yang sudah memiliki composer silahkan ikuti tutor dibawah ini\n- Klik tombol Clone or download\n- Klik download zip\n- Silahkan pilih lokasi path yang anda inginkan\n- Kemudian klik Oke\n- Tunggu sampai proses download selesai\n- Extract here \n- Buka folder porject yang sudah di extract dengan terminal\n- Lakukan composer install ketik\n```terminal\ncomposer install\n```\n- Tunggu sampai proses selesai\n- Buat database baru di phpmyadmin anda beri nama sesuka hati anda\n- Copy file .env.example yang ada di dalam folder project dan ubah namanya menjadi .env\nbagi yang menggunakan git bash atau terminal linux bisa ketik seperti dibawah\n```terminal\ncp .env.example .env\n```\nbagi yang menggunakan terminal windows bisa ketik seperti dibawah\n```terminal\ncopy .env.example .env\n```\n- Lakukan generate key ketik \n```terminal\nphp artisan key:generate\n```\n- Buka file .env\n- Ubah konfigurasi database sesuai nama database yang anda buat tadi lalu simpan\n- lakukan migrate ketik :\n```terminal\nphp artisan migrate --seed\n```\n- kemudian ketik :\n```\nphp artisan storage:link\n```\n- Finish project laravel bisa dijalankan dengan menggunakan development server dengan cara ketik\n```terminal\nphp artisan serve\n```\n- Lalu ctrl+klik pada http://127.0.0.0:8000\n\nLogin Admin http://127.0.0.0:8000/masuk \u003cbr\u003e\nemail : admin@gmail.com \u003cbr\u003e\npassword : asdqwe123\n\n## About Laravel\n\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:\n\n- [Simple, fast routing engine](https://laravel.com/docs/routing).\n- [Powerful dependency injection container](https://laravel.com/docs/container).\n- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n- Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n- [Robust background job processing](https://laravel.com/docs/queues).\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\n## Learning Laravel\n\nLaravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.\n\nIf you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.\n\n## Laravel Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).\n\n- **[Vehikl](https://vehikl.com/)**\n- **[Tighten Co.](https://tighten.co)**\n- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**\n- **[64 Robots](https://64robots.com)**\n- **[Cubet Techno Labs](https://cubettech.com)**\n- **[Cyber-Duck](https://cyber-duck.co.uk)**\n- **[Many](https://www.many.co.uk)**\n- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**\n- **[DevSquad](https://devsquad.com)**\n- [UserInsights](https://userinsights.com)\n- [Fragrantica](https://www.fragrantica.com)\n- [SOFTonSOFA](https://softonsofa.com/)\n- [User10](https://user10.com)\n- [Soumettre.fr](https://soumettre.fr/)\n- [CodeBrisk](https://codebrisk.com)\n- [1Forge](https://1forge.com)\n- [TECPRESSO](https://tecpresso.co.jp/)\n- [Runtime Converter](http://runtimeconverter.com/)\n- [WebL'Agence](https://weblagence.com/)\n- [Invoice Ninja](https://www.invoiceninja.com)\n- [iMi digital](https://www.imi-digital.de/)\n- [Earthlink](https://www.earthlink.ro/)\n- [Steadfast Collective](https://steadfastcollective.com/)\n- [We Are The Robots Inc.](https://watr.mx/)\n- [Understand.io](https://www.understand.io/)\n- [Abdel Elrafa](https://abdelelrafa.com)\n- [Hyper Host](https://hyper.host)\n- [Appoly](https://www.appoly.co.uk)\n- [OP.GG](https://op.gg)\n- [云软科技](http://www.yunruan.ltd/)\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdandy%2Fpelayanandesa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdandy%2Fpelayanandesa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdandy%2Fpelayanandesa/lists"}