Aksara CMS - PHP Scripts

Aksara CMS - PHP Scripts

Screenshots

Overview

Aksara is a CodeIgniter based CRUD Toolkit that you can use to build complex applications become shorter, secure and more reliable in just a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based) just by writing in single controller. Yet it's reusable, scalable and ready to use!

Demo: here!

Features

- Both Headless or Traditional;

- HMVC Modular & Routing++;

- Scalable Development;

- Simple, Fast and Clean;

- Easy Develop and Deploy;

- Reliable Security;

- Multi Language;

- Ready-to-use Modules;

- API Services and Development.

Requirements

- PHP 7.3.16+ (with intl & gd2 enabled);

- MySQL 5+ / MariaDB 10+

Instructions

There are two installation methods that you can choose:

Composer Installation

  • Run "composer create-project abydahana/aksara aksaracms" anywhere inside your root directory of your web server. The command will create "aksaracms" folder. If you omit the "aksaracms" argument, the command will create an "aksara" folder instead, which can be renamed as appropriate;
  • Access your project from the browser and;
  • Follow the installation wizard.

Manual Installation

  • Download the source code and extract its content to the directory of your webserver;
  • Run "composer install" from the root of Aksara project directory;
  • Access your project from the browser and;
  • Follow the installation wizard.

Yes, as simple as that!

Download