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
Wallogit.com
2017 © Pedro Peláez
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.jsnapplication/public/bin/public/public/media/ This is where you put all the files uploaded from your userspublic/assets/{module}/jspublic/assets/{module}/csspublic/assets/{module}/imagespublic/assets/{module}/videosapplication/application/views/ Global Viewsapplication/thid_partyapplication/modules Where all your modules goapplication/models Global Modelsapplication/migrationsapplication/libraries Global Librariesapplication/language Global Languageapplication/hooks Global Hooksapplication/helpers Global Helpersapplication/databaseapplication/controllers Global Controllersapplication/config Configuration of your Appapplication/cacheInside the modules folder you can have any folder that goes inside Application, like: Models, Views, Controllers, (*6)
application/modules application/modules/{module}/viewsapplication/modules/{module}/controllersapplication/modules/{module}/models application/modules/{module}/librariesapplication/modules/{module}/language application/modules/{module}/.... and moreRun static code analysis using PHPStan:, (*7)
Standard analysis:, (*8)
./vendor/bin/phpstan analyse
With increased memory limit:, (*9)
./vendor/bin/phpstan analyse --memory-limit=512M
Tip: Use the memory limit option if you encounter out-of-memory errors during analysis., (*10)
An HMVC Framework, Superset of CodeIgniter
MIT