定制 feryardiant/tokonlen 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

feryardiant/tokonlen

最新稳定版本:0.1.1

Composer 安装命令:

composer create-project feryardiant/tokonlen

包简介

Simple yet Modular Basic PHP Application

README 文档

README

Just another simple yet modular PHP Application 😁

Requirements

  • PHP 5.4 or newer.
  • HTTP Server, e.g. NginX or Apache either.
  • MySQL Server 5.x or newer for main database.

Install

Simply create new composer project.

$ composer create-project feryardiant/tokonlen my-app
$ cd my-app

then you need to create new database, you could do it from PHPMyAdmin or simply run.

$ mysql -uroot -p create database [db-name]

at last but not least, run the installer.

$ php system/install [baseurl] [db-user]:[db-pass]@[db-host]/[db-name]

The installer will:

  • Import system/database.sql to your [db-name]
  • Create system/config.php & save your installation config.
  • Create .htaccess file based on your [baseurl] installation config.

everything is done, now you should open the [baseurl] from your favorite web browser.

Usage & Demo

Live demo is available here: https://tokonlen.herokuapp.com/

Use these credential to login into it

  • Admin

    Username: admin & Password: 1234

  • Customer

    Username: pelanggan & Password: 1234

everything is done, now you should open the [baseurl] from your favorite web browser.

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 20
  • Watchers: 2
  • Forks: 26
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-10-22