esnanta / yii2-news

esnanta yii2 news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy to install, easy to use, hopefuly :p
SEO and Keyword ready.

REQUIREMENT

PHP 7.x
Composer 2.x

INSTALLATION

composer create-project esnanta/yii2-news

environment:
in command do "php init" and choose development or production.

  1. if you choose development, update composer package:
    composer update

or 2. production:
composer update --no-dev

LICENCE

GNU General Public License v3.0
Do not remove copyright part.

DIRECTORY STRUCTURE

assets
    sql/                 sql for database
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
common
    config/              contains shared configurations
    config/main.php      app and database configuration
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
    widgets/             contains app widgets   
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides

About

esnanta yii2 news

License:GNU General Public License v3.0


Languages

Language:CSS 65.5%Language:PHP 25.9%Language:JavaScript 7.6%Language:HTML 0.9%Language:Dockerfile 0.0%