{"id":15093706,"url":"https://github.com/irev/ci4-ligatcode","last_synced_at":"2025-07-13T08:06:38.186Z","repository":{"id":67931834,"uuid":"291501346","full_name":"irev/ci4-ligatcode","owner":"irev","description":"Codeigniter 4 CRUD Generator","archived":false,"fork":false,"pushed_at":"2021-09-29T21:18:59.000Z","size":495,"stargazers_count":14,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T02:51:13.302Z","etag":null,"topics":["codeigniter4","crud-generator","generator","starter-kit"],"latest_commit_sha":null,"homepage":"https://blog.simeedun.com/2020/08/crud-generator-codeigniter-4-starter-kit.html","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/irev.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}},"created_at":"2020-08-30T15:49:39.000Z","updated_at":"2024-12-02T00:18:00.000Z","dependencies_parsed_at":"2023-03-30T10:52:18.433Z","dependency_job_id":null,"html_url":"https://github.com/irev/ci4-ligatcode","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"7b9cbc14ef6a825cb782e1c114a01a89ccb8a392"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irev%2Fci4-ligatcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irev%2Fci4-ligatcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irev%2Fci4-ligatcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irev%2Fci4-ligatcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irev","download_url":"https://codeload.github.com/irev/ci4-ligatcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248536981,"owners_count":21120683,"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":["codeigniter4","crud-generator","generator","starter-kit"],"created_at":"2024-09-25T11:24:51.910Z","updated_at":"2025-04-12T07:42:18.141Z","avatar_url":"https://github.com/irev.png","language":"PHP","readme":"# ci4-ligatcode\n[![](https://badgen.net/badge/icon/Website?icon=chrome\u0026label)](https://blog.simeedun.com)\n[![](https://badgen.net/badge/license/MIT/blue)](https://github.com/irev/ci4-ligatcode/blob/master/LICENSE)\n![](https://badgen.net/github/commits/irev/ci4-ligatcode)\n![](https://badgen.net/github/last-commit/irev/ci4-ligatcode)\n![](https://badgen.net/github/status/irev/ci4-ligatcode/master)\n\n### Codeigniter 4 CRUD Generator 1.0 (only Codeigniter 4)\nAbout :\nCodeigniter 4 CRUD Generator is a simple tool to automatically generate models, controllers and views from your tables. This tool is re-designed from the previous generator tool, Harviacode works for codeigniter 3. This tool will improve your writing code. This CRUD generator will perform complete CRUD operations, pagination, search, form *, ~~form validation, export to excel, and export to word~~. This CRUD generator uses bootstrap 4 style. You will still need to change the result code for more customization.\n\n## TASK lISH :clock10:\n- [x] CRUD Generator \n- [x] MODEL, VIEW, CONTROLER \n- [x] Tabel Paging \n- [ ] form validation\n- [ ] \\(Optional) export excel :soon:\n- [ ] \\(Optional) export word :soon:\n- [ ] \\(Optional) export pdf :soon:\n\n#\n\n* generate textarea and text input only\n:fire: Codeigniter 4 CRUD Generator Please visit and like [blog.simeedun.com](blog.simeedun.com) for more info and PHP tutorials.\n* :fire: Codeigniter 3 CRUD Generator Please visit and like [harviacode.com](harviacode.com) for more info and PHP tutorials.\n\n## Preparation before using this Codeigniter 4 CRUD Generator (Important) :\n\nOn Controller `app/Controller/BaseController.php` , load `database library`, `session library` and `url helper`\n\n```\nprotected $helpers = ['html','text','form','session'];\n```\n\nOn file `.env` setting DATABASE, Find `CTR+F`\n\n\n```\ndatabase.default.hostname = localhost\ndatabase.default.database = database\ndatabase.default.username = username\ndatabase.default.password = password\ndatabase.default.DBDriver = MySQLi\n```\n\n#### Using this CRUD Generator :\n\nSimply put 'Ligatcode' folder,view folder, 'asset' folder and .htaccess file into your project root folder.\nOpen http://localhost/{yourprojectname}/ligatcode.\nSelect table and push generate button.\nFAQ :\n\nSelect table show no data. Make sure you have correct database configuration on application/config/database.php and load database library on autoload.\nError chmod on mac and linux. Please change your application folder and harviacode folder chmod to 777\nError cannot Read, Update, Delete. Make sure your table have primary key.\n\n#### Update Codeigniter 4 CRUD Generator\n\n##### V.1.0 (meedun) - 30 August 2020\n* Add the displayed database field selector\n* construct (model, view and controller) for Codeigniter framework version 4.0.4\n* Support custom page layout, built-in features of Codeigniter 4 This feature only affects the Generator button, ignored in Generate All button\n#\n\n`las't named \\*harviacode\\* to \\*ligatcode\\*`\n\n@radenrap/aci-harviacode What do you think about these updates?\n\n#\n© 2020-2020 blog.simeedun.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firev%2Fci4-ligatcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firev%2Fci4-ligatcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firev%2Fci4-ligatcode/lists"}