An open API service indexing awesome lists of open source software.

https://github.com/datamweb/codeigniter4-forum-example

An in-progress sample forum application built on CodeIgniter 4.
https://github.com/datamweb/codeigniter4-forum-example

Last synced: 8 months ago
JSON representation

An in-progress sample forum application built on CodeIgniter 4.

Awesome Lists containing this project

README

          

# CodeIgniter 4 Sample Forum Application

This repo is a playground to explore creating a forum application using CodeIgniter 4. I've tried to keep the structure as simple and as close to the default as possible. This is not intended to be a production-ready application, but rather a learning tool.

No guarantee is made that this repo represents a complete, working application. It is a work in progress.

## Packages Used

- [CodeIgniter 4.4+](https://codeigniter.com/)
- [CodeIgniter Shield](https://github.com/codeigniter4/shield)
- [CodeIgniter Settings](https://github.com/codeigniter4/settings)
- [Commonmark](https://github.com/thephpleague/commonmark)
- [TextFormatter](https://github.com/s9e/TextFormatter)
- [ParcelJS](https://parceljs.org/)
- [htmx](https://htmx.org/)
- [AlpineJS](https://alpinejs.dev/)
- [Tailwind](https://tailwindcss.com/)
- [DaisyUI](https://daisyui.com/)
- [HeroIcons](https://heroicons.com/)
- [EasyMDE](https://github.com/Ionaru/easy-markdown-editor)

## Docs and Installation

Documentation (what there is of it!) can be found in the [docs](_docs) folder.
Installation instructions are in [docs/start.md](_docs/start.md).

It may or may not be improved over time.