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.
- Host: GitHub
- URL: https://github.com/datamweb/codeigniter4-forum-example
- Owner: datamweb
- License: mit
- Fork: true (lonnieezell/forum-example)
- Created: 2023-08-26T18:21:06.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-18T20:10:39.000Z (about 2 years ago)
- Last Synced: 2024-10-02T08:12:16.712Z (over 1 year ago)
- Language: PHP
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.