abydahana/aksara 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

abydahana/aksara

最新稳定版本:5.2.5

Composer 安装命令:

composer create-project abydahana/aksara

包简介

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

README 文档

README

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

Server Requirements

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

Warning

The end of life date for PHP 7.4 was November 28, 2022. The end of life date for PHP 8.0 was November 26, 2023. If you are still using PHP 7.4 or 8.0, you should upgrade immediately. The end of life date for PHP 8.1 will be November 25, 2024.

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)

Aksara can be run under the MySQLi, PostgreSQL, SQL Server, Oracle (OCI8) and SQLite3 or BOTH OF IT without changing any single code. The installer will guide you well when picking up the database type during the installation, so follow the step carefully and make sure you reads every highlighted notes.

Installation

There are two installation methods 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

frame_generic_light frame_generic_light (1) frame_generic_light (2)
frame_generic_light (3) frame_generic_light (4) frame_generic_light (5)
frame_generic_light (6) frame_generic_light (7) frame_generic_light (8)
frame_generic_light (9) frame_generic_light (10) frame_generic_light (11)
frame_generic_light (12) * *

Contributing

We are accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs, all contributions are welcome.

Please read the Contributing to Aksara.

统计信息

  • 总下载量: 1.14k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 112
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 110
  • Watchers: 11
  • Forks: 48
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-02-02