ZAYEC77 / cat-with-eav

Example of binding category and eav modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii2 Boilerplate

Yet another Yii2 application skeleton =)

DIRECTORY STRUCTURE

src/ 				source code
vendors				3rd-party packages
runtime/            contains files generated during runtime
tests/              contains various tests for the basic application
web/				the entry script and Web resources

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

INSTALL

If 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:

composer global require "hirak/prestissimo"
composer create-project "nullref/yii2-app" --stability=dev --prefer-dist

If you use composer.phar as local file, you have to use commands begin with php composer.phar

Usage guide

If you want to add this project to remote repository using PhpStorm, follow next steps

1. At the end of installing project remove current VCS in composer dialog.
2. In PhpStorm -> VCS -> Enable Version Control Integration
3. Add all files to git
4. VCS -> Commit and Push
5. Before Push phase define your repository

About

Example of binding category and eav modules


Languages

Language:PHP 92.4%Language:CSS 2.9%Language:JavaScript 2.5%Language:Makefile 1.3%Language:Batchfile 0.8%