lonnieezell / bonfire
Drop-in admin panel form CodeIgniter 4
Fund package maintenance!
lonnieezell
Patreon
Installs: 3 052
Dependents: 0
Suggesters: 0
Security: 0
Stars: 130
Watchers: 22
Forks: 50
Open Issues: 19
Type:project
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- codeigniter4/framework: ^4.2
- codeigniter4/shield: ^1.0.0
- components/font-awesome: ^5.15
- roave/security-advisories: dev-latest
- tatter/alerts: ^3.0
Requires (Dev)
- codeigniter/coding-standard: ^1.1
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- nexusphp/cs-config: ^3.1
- nexusphp/tachycardia: ^1.0
- phpstan/phpstan: ^1.1
- phpunit/phpunit: ^9.1
- psr/container: ^1.0
- qossmic/deptrac-shim: ^0.23.0
Suggests
- ext-fileinfo: Improves mime type detection for files
This package is auto-updated.
Last update: 2024-10-19 19:21:14 UTC
README
THIS IS IN BETA CURRENTLY. More details at Patreon
This repo holds the primary code of Bonfire, an admin panel for your new or existing CodeIgniter 4 projects.
What is Bonfire?
Bonfire is a robust application skeleton for CodeIgniter 4-based applications. It provides a number of helpful libraries to assist you in making better software for your clients, faster, while allowing you to focus on the new parts that matter to each specific application.
Currently, it includes the following features:
- Theme/template system, that ships with a flexible Auth and Admin theme.
- View Components to reduce the complexity of your UI by allowing you to create reusable HTML snippets, that can be optionally controlled via code.
- A Settings library that allows you to save config file values to the database and access them whether they're in the db or just in the files.
- Resource Filter system to make filtering lists of User, Post, etc, simple to implement and with a comfortable, consistent UI.
- A powerful, very customizable, user authentication/authorization system, Shield.
- Global search feature that modules can easily integrate into
- A Recycle Bin to handle restoring/purghing soft deleted models that modules can easily integrate into
- A way to manage cookie consent to help with GDPR rules.
- Site offline status
- Online Log viewer/manager
- and more...
Server Requirements
This currently has the same requirements as CodeIgniter 4.
Installation
Installation instructions can be found in the docs.
Third Party Software Used
- Bootstrap 5 for the CSS foundation
- FontAwesome 5 icons used in the admin
- Alpine.js handles interactivity within the page for the admin area.
- htmx provides AJAX form handling, and more.
- Tatter/Alerts CodeIgniter library for simple user alerts.
- CodeIgniter/Shield Authentication library (originally developed for Bonfire)
- CodeIgniter/Settings Database config layer (originally developed for Bonfire)
Documentation
Documentation is available in the docs directory. It can also be viewed online at Bonfire 2 Documentation