Skip to content

alexisaraya/baseapp-yii1.16-adminlte2.1.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base App with custom Yii 1.1.16 + template adminLTE 2.1.1

For use this project, you need composer.

##To install

clone the project

enter in the folder project

cd path/project/protected && composer install

run the command:

git checkout -f

after rename the file

protected/vendor/yiisoft/yii/framework/gii/generators/crud/CrudCode_custom.php
to
protected/vendor/yiisoft/yii/framework/gii/generators/crud/CrudCode.php

after run composer, execute:

cd vendor/yiisoft/yii/framework/ && php yiic webapp path/project

put YES for create application and after put NO and NO again for doesn't overwrite some files.

move or merge the AdminLTE theme from:

protected/vendor/almasaeed2010/adminlte
to
themes/AdminLTE-2.1.1

OBS 1: for use GII, select "Code Template" > custom

OBS 2: To use environment DEV, rename config/sample-main-local.php to main-local.php.

The file environment set debug on server production or development

About

Base App with custom Yii 1.1.16 + template adminLTE 2.1.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%