{"id":22204812,"url":"https://github.com/ramadhanabelio/sidp-disbun","last_synced_at":"2026-05-04T08:41:18.418Z","repository":{"id":265206754,"uuid":"880923859","full_name":"ramadhanabelio/sidp-disbun","owner":"ramadhanabelio","description":"Sistem Informasi Data Perkebunan Rakyat (Dinas Perkebunan Kabupaten Bengkalis)","archived":false,"fork":false,"pushed_at":"2024-11-28T08:34:37.000Z","size":15820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T02:46:27.351Z","etag":null,"topics":["admin-dashboard","admin-panel","dinas","kerja-praktek","laravel","magang","mysql","mysql-database","pdf","php-framework","reporting","survey-form","web","web-app"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/ramadhanabelio.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,"publiccode":null,"codemeta":null}},"created_at":"2024-10-30T15:51:58.000Z","updated_at":"2024-11-28T08:34:41.000Z","dependencies_parsed_at":"2024-11-28T09:41:18.363Z","dependency_job_id":null,"html_url":"https://github.com/ramadhanabelio/sidp-disbun","commit_stats":null,"previous_names":["ramadhanabelio/sidp-disbun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ramadhanabelio/sidp-disbun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramadhanabelio%2Fsidp-disbun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramadhanabelio%2Fsidp-disbun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramadhanabelio%2Fsidp-disbun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramadhanabelio%2Fsidp-disbun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramadhanabelio","download_url":"https://codeload.github.com/ramadhanabelio/sidp-disbun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramadhanabelio%2Fsidp-disbun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001504,"owners_count":26083118,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["admin-dashboard","admin-panel","dinas","kerja-praktek","laravel","magang","mysql","mysql-database","pdf","php-framework","reporting","survey-form","web","web-app"],"created_at":"2024-12-02T17:19:53.787Z","updated_at":"2025-10-09T14:45:24.403Z","avatar_url":"https://github.com/ramadhanabelio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"public/assets/img/logo_disbun.png\"  width=280  align=\"center\"\u003e\n\n##\n\n### Sistem Informasi Data Perkebunan Rakyat, Dinas Perkebunan Kabupaten Bengkalis\n\n\u003c/div\u003e\n\n## 📙 Description\n\nSistem Informasi Data Perkebunan Rakyat is an application designed to collect plantation survey data in each village in Bengkalis Regency. This application provides a solution for the Bengkalis Regency Plantation Service in collecting data during plantation surveys.\n\n![Sistem Informasi Data Perkebunan Rakyat Thumbnail](public/assets/img/Thumbnail.png)\n\n## 📖 Features\n\nInteresting features of Sistem Informasi Data Perkebunan Rakyat:\n\n1. **Authentication**: Admins can log in to the application via a registered account.\n\n2. **CRUD Data**: Can add, view, change, search and delete data on districts, sub-districts, villages in Bengkalis Regency.\n\n3. **Plantation Survey**: Plantation Survey is a data collection method used to obtain information related to various aspects of the plantation sector.\n\n## 🛠️ Project Installation Guide\n\nFollowing are the steps to install a Laravel project:\n\n### Prerequisites\n\nMake sure you have [Node.js](https://nodejs.org/) and [Composer](https://getcomposer.org/) installed on your system before starting the installation.\n\n### Steps\n\n**1.** Clone your Laravel project repository into a local directory:\n\n```bash\ngit clone https://github.com/ramadhanabelio/sidp-disbun.git\n```\n\n**2.** Go to the project directory:\n\n```bash\ncd sidp-disbun\n```\n\n**3.** Install JavaScript dependencies using npm:\n\n```bash\nnpm install\n```\n\n**4.** Install PHP dependencies using composer:\n\n```bash\ncomposer install\n```\n\n**5.** Rename the .env.example file to .env. This is the Laravel configuration file:\n\n**Linux, macOS:**\n\n```bash\nmv .env.example .env\n```\n\n**Windows:**\n\n```bash\ncp .env.example .env\n```\n\n**6.** Create a database with a name according to your project, for example \"sidp_disbun\", and configure the .env file to set the database name:\n\nOpen the .env file using a text editor and find the following line:\n\n```bash\nDB_DATABASE=laravel\n```\n\nReplace database_name with the name you used for the database. For example:\n\n```bash\nDB_DATABASE=sidp_disbun\n```\n\n**7.** Generate application key:\n\n```bash\nphp artisan key:generate\n```\n\n**8.** Create and migrate database (in this case, we use migrate:fresh to delete and repopulate database data):\n\n```bash\nphp artisan migrate:fresh --seed\n```\n\n**9.** Run the Laravel development server:\n\n```bash\nphp artisan serve\n```\n\nAfter following the steps above, your Laravel project is now ready to use and can be accessed via the browser at http://localhost:8000.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framadhanabelio%2Fsidp-disbun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framadhanabelio%2Fsidp-disbun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framadhanabelio%2Fsidp-disbun/lists"}