Aksara CMS is a powerful, lightweight, and versatile Content Management System built on top of CodeIgniter 4. It provides a robust and comprehensive platform for building everything from simple company profiles to complex web applications and REST APIs seamlessly.
With its modular architecture, developers can easily extend the core functionality without touching the system files. Aksara CMS supports multi-database connections out of the box, including MySQL/MariaDB, PostgreSQL, SQLite3, SQL Server (MSSQL), and Oracle (OCI8).
- Headless-Ready: Natively supports headless architecture with built-in REST API endpoints.
- Role-Based Access Control (RBAC): Granular user management and permission handling.
- Modular Architecture: Write clean, modular code that separates your business logic beautifully.
- Multi-language Support: Easily create multilingual applications.
- Dynamic CRUD Builder: Rapidly build powerful backend interfaces using the integrated Laboratory engine.
- Modern UI/UX: Sleek, responsive, and customizable default themes for both frontend and backend.
PHP version 8.2 or higher is required, with the following extensions installed:
There are two installation methods you can choose:
- Run the following command anywhere inside your web server's root directory:
composer create-project abydahana/aksara
- Access your project via browser (e.g.,
http://localhost/aksara). - Follow the interactive installation wizard to set up your database and administrator account.
- Download the source code and extract its content to your web server's directory.
- Run
composer installfrom the root of the project directory to install dependencies. - Access your project via browser and follow the installation wizard.
For comprehensive documentation, tutorials, and API references, please visit the official Aksara CMS Documentation.
We welcome contributions to the Aksara CMS project! Whether you can write code, improve documentation, or report bugs, all forms of contribution are highly appreciated.
This project is licensed under the MIT License.