dev-master
9999999-devAn HMVC Framework, Superset of CodeIgniter
MIT
The Requires
- php ^5.4 || ^7.0
- codeigniter/framework ^3.1
- facebook/graph-sdk ^5.6
- fzaninotto/faker ^1.7
by Gustavo Moya
by Humberto Olavarrieta
An HMVC Framework, Superset of CodeIgniter
, (*1)
HMVC Code Igniter based Framework for creating backends and complete websites, (*2)
Ixaya Manager is a set of files, libraries, and modules that allows you to use Code Igniter to build a Backend with Login or a Complete Website if you prefer., (*3)
http://localhost:8000
)modules/admin
, modules/frontned
, etc.To Install Manager you need to, (*4)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
brew install php54
or brew install php72
brew install composer
git clone https://github.com/Ixaya/Manager.git
composer install
sh bin/server.sh
https://git-scm.com/download/win
https://windows.php.net/download/
https://getcomposer.org/download/
git clone https://github.com/Ixaya/Manager.git
composer install
We recomend you to create a folder named app and checkout the project inside., (*5)
composer.jsn
application/
public/
bin/
public/
public/media/
This is where you put all the files uploaded from your userspublic/assets/{module}/js
public/assets/{module}/css
public/assets/{module}/images
public/assets/{module}/videos
application/
application/views/
Global Viewsapplication/thid_party
application/modules
Where all your modules goapplication/models
Global Modelsapplication/migrations
application/libraries
Global Librariesapplication/language
Global Languageapplication/hooks
Global Hooksapplication/helpers
Global Helpersapplication/database
application/controllers
Global Controllersapplication/config
Configuration of your Appapplication/cache
Inside the modules folder you can have any folder that goes inside Application, like: Models, Views, Controllers, (*6)
application/modules
application/modules/{module}/views
application/modules/{module}/controllers
application/modules/{module}/models
application/modules/{module}/libraries
application/modules/{module}/language
application/modules/{module}/....
and moreSoon more Docs..., (*7)
An HMVC Framework, Superset of CodeIgniter
MIT