baaslaawe / Aksara

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) output just by writing in single controller. Yet it's reusable, scalable and ready to use!

Home Page:https://www.aksaracms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Aksara

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) output just by writing in single controller. Yet it's reusable, scalable and ready to use!

Server Requirements

PHP version 7.3 or higher is required, with the following extensions installed:

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • xml (enabled by default - don't turn it off)
  • mysqlnd

Installation

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!

Some Screenshot

Login Screen Dashboard CMS (Blogs)
CMS (Blogs Categories) File Manager API Management

About

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) output just by writing in single controller. Yet it's reusable, scalable and ready to use!

https://www.aksaracms.com

License:Other


Languages

Language:PHP 79.5%Language:JavaScript 16.0%Language:CSS 4.6%