Recommend this page to a friend! |
Classes of Uldis Nelsons | YII2 Framework PHP Init | README.md | Download |
|
DownloadYii 2 Basic Project TemplateYii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects. The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application. DIRECTORY STRUCTURE
REQUIREMENTSThe minimum requirement by this project template that your Web server supports PHP 5.4.0. INSTALLATIONInstall from an Archive FileExtract the archive file downloaded from yiiframework.com to
a directory named Set cookie validation key in
You can then access the application through the following URL:
Install via ComposerIf you do not have Composer, you may install it by following the instructions at getcomposer.org. You can then install this project template using the following command:
Now you should be able to access the application through the following URL, assuming
CONFIGURATIONDatabaseEdit the file
NOTES:
- Yii won't create the database for you, this has to be done manually before you can access it.
- Check and edit the other files in the |