inuvalogic / akanewrapper
Project Wrapper for Akane Framework 3
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.3.9
- ext-filter: *
- ext-gd: *
- ext-json: *
- ext-mbstring: *
- ext-session: *
- inuvalogic/akane3: ^3.0
- robmorgan/phinx: ^0.6.4
This package is auto-updated.
Last update: 2025-04-29 00:43:56 UTC
README
Wrapper for Akane Framework v3 based website project
Version: 0.0.1
Last Update: 2017-10-08
Author: WebHade Creative
Minimum Requirement
- PHP 5.3.9 and up
- MySQL / MariaDB
- 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
Contribute
Feel free to contribute to this project
visit our site here
Change Log
v.0.0.1 Master Release (Oct 8, 2017)
- minimum wrapper for akane3
- sample database