Yii 2 Simple Application Template

Yii 2 Simple Application Template is a skeleton Yii 2 application best for rapidly creating multiple simple projects in subfolders using LAMP stack.

The idea is a shared hosting friendly way to add multiple applications to one domain without extra "web" parts in the url.

It’s basically a reorganized Basic Application Template with few modifications.

Install:




php composer.phar global require "fxp/composer-asset-plugin:1.0.0-beta3"

php composer.phar create-project --prefer-dist janisto/yii2-app-simple simple



I would appreciate if you could check it out and tell me your opinions. Did I miss something? Are the tests running correctly?

Cheers,

janisto

Where is your vendor folder ?

I just downloaded your template, and i see vendor is at same level like index.php. Isnt this bad ? I think that vendor should be inside protected folder, so you can move it outside web root for security.

vendor, composer.* and .git* are hidden. See .htaccess file.