esnanta/yii2-news

Yii2 News

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:CSS

Type:project

0.5.2 2023-03-17 17:51 UTC

This package is auto-updated.

Last update: 2024-03-27 15:32:50 UTC


README

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