Minimal CMS/Blogging System
Description
To run this website, I've written a small CMS/Blogging system.
Technical Details
PHP application with HTMX and Bootstrap for the frontend
Frameworks and Libraries
- FlightPHP: primarily for routing, response handling and class autoloading
- RedBeanPHP: ORM for handling my database related woes, very easy to use and simple
- Twig: for my templating concerns
- HTMX: for handling AJAX calls. Very fun to use and the essentials can be grasped in a few hours
- Bootstrap 5.3.3 themed by Bootswatch/Thomas Park