inuvalogic/akanewrapper

Project Wrapper for Akane Framework 3

0.0.1 2017-10-08 16:53 UTC

This package is auto-updated.

Last update: 2024-04-29 03:41:16 UTC


README

Wrapper for Akane Framework v3 based website project

Akane Framework v3

Version: 0.0.1

Last Update: 2017-10-08

Author: WebHade Creative

Minimum Requirement

  1. PHP 5.3.9 and up
  2. MySQL / MariaDB
  3. Composer

Instalation

create database called akane3 and running this command on your terminal/cmd based on your OS.

Linux

$ composer create-project --prefer-dist inuvalogic/akanewrapper yourproject
$ cd yourproject
$ vendor/bin/phinx migrate
$ vendor/bin/phinx seed:run

Windows

C:\xampp\htdocs> composer create-project --prefer-dist inuvalogic/akanewrapper yourproject
C:\xampp\htdocs> cd yourproject
C:\xampp\htdocs> vendor\bin\phinx.bat migrate
C:\xampp\htdocs> vendor\bin\phinx.bat seed:run

Documentation

For futher detailed documentation can be found here

akane.webhade.com

Contribute

Feel free to contribute to this project

visit our site here

akane.webhade.com

Change Log

v.0.0.1 Master Release (Oct 8, 2017)

  • minimum wrapper for akane3
  • sample database