{"id":25915761,"url":"https://github.com/nicojmb/ci4-starter-kit","last_synced_at":"2026-03-09T04:32:54.494Z","repository":{"id":280353567,"uuid":"941710431","full_name":"nicojmb/ci4-starter-kit","owner":"nicojmb","description":"CodeIgniter 4 + InertiaJS + Vue3 Starter Kit","archived":false,"fork":false,"pushed_at":"2025-06-05T16:30:12.000Z","size":215,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T09:24:19.148Z","etag":null,"topics":["codeigniter4","inertiajs","tailwindcss","typescript","vue3"],"latest_commit_sha":null,"homepage":"https://www.nicojmb.com","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/nicojmb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-03-02T22:52:47.000Z","updated_at":"2025-06-08T15:44:45.000Z","dependencies_parsed_at":"2025-06-05T16:30:32.370Z","dependency_job_id":null,"html_url":"https://github.com/nicojmb/ci4-starter-kit","commit_stats":null,"previous_names":["nicojmb/ci4-starter-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicojmb/ci4-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicojmb%2Fci4-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicojmb%2Fci4-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicojmb%2Fci4-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicojmb%2Fci4-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicojmb","download_url":"https://codeload.github.com/nicojmb/ci4-starter-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicojmb%2Fci4-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["codeigniter4","inertiajs","tailwindcss","typescript","vue3"],"created_at":"2025-03-03T12:17:30.273Z","updated_at":"2026-03-09T04:32:54.462Z","avatar_url":"https://github.com/nicojmb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeIgniter 4 + InertiaJS + Vue3 Starter Kit\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/nicojmb/ci4-starter-kit.svg?style=flat-square)](https://packagist.org/packages/nicojmb/ci4-starter-kit)\n[![Tests](https://img.shields.io/github/actions/workflow/status/nicojmb/ci4-starter-kit/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/nicojmb/ci4-starter-kit/actions/workflows/run-tests.yml)\n[![Total Downloads](https://img.shields.io/packagist/dt/nicojmb/ci4-starter-kit.svg?style=flat-square)](https://packagist.org/packages/nicojmb/ci4-starter-kit)\n\n## Description\n\nThis is a starter kit for CodeIgniter 4 that includes InertiaJS, Vue3, Vite, and TailwindCSS. It is a great starting point for building modern web applications with CodeIgniter 4.\n\n## Features:\n\n- Latest Codeigniter version 4.6.1\n- Latest Vue 3 version with TypeScript.\n- Latest InertiaJS version.\n- Latest Vite version.\n- Latest TailwindCSS version.\n- Hot reloading for both PHP and Vue.\n- Clean code...\n\n## Installation:\n\n\u003e Make sure your server meets [CI4 requirements](https://www.codeigniter.com/user_guide/intro/requirements.html).\n\nrun the following command to create a project:\n\n```\ncomposer create-project nicojmb/ci4-starter-kit:dev-main my-project\n```\n\n## Setup\n\n- Run: `npm install` to install node dependencies.\n- Run: `npm run dev` to serve your assets.\n- Run: `composer update` to update your PHP dependencies.\n\n- Now start you CI server: `php spark serve` or access it through you virtual host.\n\n\u003e **IMPORTANT:**\n\u003e\n\u003e After the installation, there will be no bundled assets, so make sure to run `npm run dev` to serve them or just build them with `npm run build` command.\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Nicolás Javier Martinez](https://github.com/nicojmb)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicojmb%2Fci4-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicojmb%2Fci4-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicojmb%2Fci4-starter-kit/lists"}