{"id":25215196,"url":"https://github.com/mutaqin/flareci","last_synced_at":"2026-04-12T11:33:36.490Z","repository":{"id":276773484,"uuid":"930237724","full_name":"mutaqin/FlareCI","owner":"mutaqin","description":"FlareCI is a lightweight and modern starter template for CodeIgniter 4, integrating TailwindCSS 4 and DaisyUI 5 (Beta) to accelerate UI development. This starter kit provides a clean and customizable foundation for building beautiful web applications with minimal effort.","archived":false,"fork":false,"pushed_at":"2025-03-26T03:09:09.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T08:42:33.639Z","etag":null,"topics":["codeigniter","codeigniter4","daisyui","starter-template","tailwindcss"],"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/mutaqin.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":"2025-02-10T10:00:06.000Z","updated_at":"2025-03-26T03:09:13.000Z","dependencies_parsed_at":"2025-02-10T11:42:50.126Z","dependency_job_id":null,"html_url":"https://github.com/mutaqin/FlareCI","commit_stats":null,"previous_names":["mutaqin/flareci"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutaqin%2FFlareCI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutaqin%2FFlareCI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutaqin%2FFlareCI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutaqin%2FFlareCI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mutaqin","download_url":"https://codeload.github.com/mutaqin/FlareCI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312094,"owners_count":20918341,"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":["codeigniter","codeigniter4","daisyui","starter-template","tailwindcss"],"created_at":"2025-02-10T18:13:49.346Z","updated_at":"2026-04-12T11:33:36.444Z","avatar_url":"https://github.com/mutaqin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlareCI - CodeIgniter 4 Starter with TailwindCSS \u0026 DaisyUI\n\nFlareCI is a lightweight and modern starter template for **CodeIgniter 4**, integrating **TailwindCSS 4** and **DaisyUI 5 (Beta)** to accelerate UI development. This starter kit provides a clean and customizable foundation for building beautiful web applications with **minimal effort**.\n\n## 🚀 Features\n\n- **CodeIgniter 4** – A fast and lightweight PHP framework.\n- **TailwindCSS 4** – Utility-first CSS for rapid UI development.\n- **DaisyUI 5 (Beta)** – A TailwindCSS-based component library for modern UI elements.\n- **Pre-configured Layouts** – Ready-to-use layouts and styles.\n- **Dark Mode Support** – Built-in theme switching with DaisyUI.\n- **Responsive \u0026 Mobile-First** – Fully optimized for all devices.\n- **Easy Customization** – Modify colors, components, and layouts with ease.\n\n## 📦 Installation\n\n### 1️⃣ Clone the Repository\n```sh\ngit clone https://github.com/mutaqin/FlareCI.git\ncd FlareCI\n```\n\n### 2️⃣ Install CodeIgniter Backend\nMake sure you have **Composer** installed.\n\n```sh\ncomposer install\n```\n\nCopy the `env` file and set up your database configuration:\n\n```sh\ncp env .env\nphp spark key:generate\n```\n\n### 3️⃣ Install \u0026 Build Frontend (Resources)\nMake sure you have **Node.js** installed.\n\n```sh\ncd resources\nnpm install\n```\n\nBuild the frontend resources:\n\n```sh\nnpm run dev  # For development\nnpm run build  # For production\n```\n\n### 4️⃣ Run the Application\n```sh\nphp spark serve\n```\nVisit `http://localhost:8080` in your browser.\n\n\n## 📜 Folder Structure\n```\nflareci/\n│── app/               # CodeIgniter application files\n│── public/            # Public assets\n│── resources/         # TypeScript, Tailwind, DaisyUI styles, and frontend build tools\n│   │── src/           # Frontend source code (TypeScript, components, etc.)\n│   │── package.json   # Node.js dependencies\n│   │── vite.config.js # Vite configuration\n│   │── tsconfig.json  # TypeScript configuration\n│── tests/             # PHPUnit test files\n│── writable/          # Cache, logs, and session storage\n│── vendor/            # Composer dependencies\n│── .gitignore         # Git ignore file\n│── composer.json      # Composer dependencies and autoloading\n│── preload.php        # Preloading file for optimization\n└── spark              # CodeIgniter CLI tool\n```\n\n## 🤝 Contributing\nFeel free to **fork** this repository, create a new branch, and submit a **pull request**. Contributions are welcome!\n\n## 📄 License\nThis project is open-source and licensed under the [MIT License](LICENSE).\n\n## 🌎 Links \u0026 Resources\n- [CodeIgniter 4 Documentation](https://codeigniter.com/user_guide/)\n- [TailwindCSS Documentation](https://tailwindcss.com/docs)\n- [DaisyUI Documentation](https://daisyui.com/)\n- [Vite Documentation](https://vitejs.dev/)\n- [TypeScript Documentation](https://www.typescriptlang.org/docs/)\n\n---\n\n**FlareCI** – Ignite your CodeIgniter UI with TailwindCSS \u0026 DaisyUI! 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutaqin%2Fflareci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmutaqin%2Fflareci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutaqin%2Fflareci/lists"}