{"id":33980399,"url":"https://github.com/incodiy/codiy","last_synced_at":"2025-12-13T03:02:34.942Z","repository":{"id":56861323,"uuid":"378472960","full_name":"incodiy/codiy","owner":"incodiy","description":"Declarative Code Library (DCL) to create simple website with Indonesia'nCode library from DIY","archived":false,"fork":false,"pushed_at":"2025-05-18T13:39:18.000Z","size":22107,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T02:40:24.117Z","etag":null,"topics":["charts","cms-backend","forms","laravel","laravel-package","metatags","php-library","simple-code","tables","template"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/incodiy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2021-06-19T17:51:38.000Z","updated_at":"2025-05-18T13:39:21.000Z","dependencies_parsed_at":"2024-12-10T16:22:51.899Z","dependency_job_id":"9b32d78b-1a8a-4ac4-aa56-924a1c47dbb2","html_url":"https://github.com/incodiy/codiy","commit_stats":{"total_commits":322,"total_committers":3,"mean_commits":"107.33333333333333","dds":0.01552795031055898,"last_synced_commit":"791eee3bf848b830d89c6e68bfcabd884de529fa"},"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/incodiy/codiy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incodiy%2Fcodiy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incodiy%2Fcodiy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incodiy%2Fcodiy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incodiy%2Fcodiy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/incodiy","download_url":"https://codeload.github.com/incodiy/codiy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incodiy%2Fcodiy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27699228,"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-12-13T02:00:09.769Z","response_time":147,"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":["charts","cms-backend","forms","laravel","laravel-package","metatags","php-library","simple-code","tables","template"],"created_at":"2025-12-13T03:02:30.707Z","updated_at":"2025-12-13T03:02:34.931Z","avatar_url":"https://github.com/incodiy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"بِسْمِ ٱللَّٰهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ\n-----------------------------\n\nوَٱعْتَصِمُوا۟ بِحَبْلِ ٱللَّهِ\n\n\nIn the name of ALLAH SWT,\n-----------------------------\n\n![alt img](https://avatars.githubusercontent.com/u/86165096?s=256\u0026v=4)\n\nAlhamdulillah because of Allah SWT, this code successfully created piece by piece start from Mar 29, 2017.\n\nThis library used for simplifying some code with Laravel framework, hopefully can help us all to build web-app. This code inspired by Muntilan-CMS code developed by [.::bit](https://www.limabit.com), by the way.\n\n\n1). INSTALL LARAVEL (Max : Version 10)\n--------------------------------------------------------------------------------\n\tcomposer create-project --prefer-dist laravel/laravel:10.0 incodiy (webappname)\n \tcd incodiy/ [cd webappname/]\n\n\n2). INSTALL LIBRARY WITH JSON FILE SETTING OR VIA COMPOSER CLI:\n--------------------------------------------------------------------------------\n\tWITH JSON FILE:\n \t\n\t\"require\": {\n\t\t\"incodiy/codiy\": \"dev-master\"\n\t},\n\t\"repositories\": [{\n\t\t\"type\" : \"vcs\",\n\t\t\"url\"  : \"git@github.com:incodiy/codiy.git\"\n\t}]\n\n \t\n  \tOR VIA COMPOSER\n   \t\n\tJust type this code: composer require incodiy/codiy\n\n3). COMPOSER UPDATE\n--------------------------------------------------------------------------------\n\tcomposer update\n\n\n4). ARTISAN PUBLISH\n--------------------------------------------------------------------------------\n\tphp artisan vendor:publish --force\n\n\n5). CHECK DATABASE\n--------------------------------------------------------------------------------\n\tCheck file path database/migrations/2014_10_12_000000_create_users_table.php (delete it!)\n \t\n \tChange db name (DB_DATABASE) in .env file\n  \t\n  \tCreate your database name in mysql\n\n\n6). MIGRATION TABLES\n--------------------------------------------------------------------------------\n\tphp artisan migrate:refresh --seed\n\n\n7). CONFIG FILE\n--------------------------------------------------------------------------------\n\tChange baseURL path in config file with your own path [ config/diy.settings.php in line:35 ]\n\n\n8). DEMO ACCESS\n--------------------------------------------------------------------------------\n\turl     : http://localhost/webappname\n\tusername: admin@gmail.com\n\tpassword: @admin\n\t\n--------------------------------------------------------------------------------\nVisit the demo site at [demo.incodiy.com](https://demo.incodiy.com/login)\n\n\n\n\nDOCUMENTATION\n--------------------------------------------------------------------------------\n\tOn Progress\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincodiy%2Fcodiy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincodiy%2Fcodiy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincodiy%2Fcodiy/lists"}