{"id":32657747,"url":"https://github.com/neflalabs/c4ignite","last_synced_at":"2026-05-14T21:05:22.305Z","repository":{"id":321444576,"uuid":"1084925892","full_name":"neflalabs/c4ignite","owner":"neflalabs","description":"Tools development Codeigniter4 dengan ala-ala .sail","archived":false,"fork":false,"pushed_at":"2025-10-29T16:47:01.000Z","size":1121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T18:32:36.904Z","etag":null,"topics":["c4igniter","codeigniter","codeigniter4","codeigniter4-docker","environtment-dev"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/neflalabs.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":"ROADMAP.MD","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-28T10:59:48.000Z","updated_at":"2025-10-29T16:47:05.000Z","dependencies_parsed_at":"2025-10-29T18:32:42.282Z","dependency_job_id":null,"html_url":"https://github.com/neflalabs/c4ignite","commit_stats":null,"previous_names":["neflalabs/c4ignite"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/neflalabs/c4ignite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neflalabs%2Fc4ignite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neflalabs%2Fc4ignite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neflalabs%2Fc4ignite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neflalabs%2Fc4ignite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neflalabs","download_url":"https://codeload.github.com/neflalabs/c4ignite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neflalabs%2Fc4ignite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["c4igniter","codeigniter","codeigniter4","codeigniter4-docker","environtment-dev"],"created_at":"2025-10-31T13:00:44.095Z","updated_at":"2026-05-14T21:05:22.300Z","avatar_url":"https://github.com/neflalabs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/img/c4ignite.png\" alt=\"C4ignite\" width=\"400\" height=\"100%\"\u003e  \n\u003c/p\u003e\n\n---\n\n## \u003cimg src=\"docs/img/bahlil.gif\" alt=\"bahlil\" width=\"80\" height=\"100%\"\u003e C4ignite — Toolkit for CodeIgniter 4 with Laravel Sail energy\n\nC4ignite spins up a lightweight, fully Dockerized CodeIgniter 4 workspace so you can ship faster with zero local-env drama.\n\n---\n\n### ⚙️ Core commands, nice and breezy\n\n- **Bootstrap CI4 AppStarter**  \n  Run:  \n  `./scripts/c4ignite init`\n\n  Drops the AppStarter skeleton into `src/` (git-ignored on purpose).\n\n  - Cache lands in `backups/cache/`, so re-runs just extract.\n  - Add `--force-download` when you want a fresh tarball.\n  - Skip `composer install` with `--no-install` if you’re offline or already set.\n\n- **Spin up the full dev stack**  \n  Brings up PHP, Nginx, MariaDB, Redis, and Mailhog:\n\n  ```\n  ./scripts/c4ignite up\n  ```\n\n  Toss in `--build` when you want to rebuild the local image.\n\n- **Handy shortcuts**  \n  Your daily drivers:\n\n  ```\n  ./scripts/c4ignite lint\n  ./scripts/c4ignite backup\n  ./scripts/c4ignite build\n  ```\n\n  Prime linting once with `./scripts/c4ignite lint --setup`.  \n  Want a guided image build? Hit `./scripts/c4ignite build --interactive` to pick tags, push, and build args from a prompt.\n\n- **Shell autocomplete \u0026 alias**  \n  Install the snippet:\n\n  ```\n  ./scripts/c4ignite setup shell\n  source ~/.bashrc   # or ~/.zshrc\n  ```\n\n  Need a refresh without a new tab? Run `eval \"$(./scripts/c4ignite setup shell --refresh)\"`.\n\n- **Backup \u0026 restore the app skeleton**  \n  Archive `src/` (encryption optional):\n  ```\n  ./scripts/c4ignite backup create\n  ```\n  Teammates can restore with:\n  ```\n  ./scripts/c4ignite backup restore \u003carsip\u003e\n  ```\n  Or let them pick interactively:\n  ```\n  ./scripts/c4ignite backup restore --interactive\n  ```\n\n---\n\n### 📘 Docs\n\n- Quick guide: [`docs/c4ignite.md`](docs/c4ignite.md)\n- Troubleshooting: [`docs/troubleshooting.md`](docs/troubleshooting.md)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003csub\u003eBuilt with ☕ \u0026 enough serotonin — by devs who vibe with CodeIgniter 4\u003c/sub\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneflalabs%2Fc4ignite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneflalabs%2Fc4ignite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneflalabs%2Fc4ignite/lists"}