1.0.0 • Published 3 months ago

web-yii2 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Yii 2 Advanced Project Template

Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

The template includes three tiers: front end, back end, and console, each of which is a separate Yii application.

The template is designed to work in a team development environment. It supports deploying the application in different environments.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

DIRECTORY STRUCTURE

common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
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
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
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides
tests                    contains various tests for the advanced application
    codeception/         contains tests developed with Codeception PHP Testing Framework
JSONStreamagent-baseaggregate-erroransi-escapesansi-regexansi-stylesansicolorsargparseargv-formatterarray-ifybefore-after-hookbottleneckbracescacheable-lookupcacheable-requestcallsitescardinalchalkchar-regexclean-stackcli-table3cliuicolor-convertcolor-namecompare-funcconfig-chainconventional-changelog-angularconventional-changelog-writerconventional-commits-filterconventional-commits-parsercore-util-iscosmiconfigcross-spawncrypto-random-stringdebugdecompress-responsedeep-extenddefer-to-connectdeprecationdir-globdot-propduplexer2emoji-regexemojilibenv-cienv-pathserror-exescaladeescape-string-regexpesprimaexecafast-globfastqfiguresfill-rangefind-upfind-up-simplefind-versionsform-data-encoderformdata-nodefrom2fs-extrafunction-bindget-caller-fileget-streamgit-log-parserglob-parentglobbygotgraceful-fshandlebarshas-flaghasownhook-stdhosted-git-infohpagenthttp-cache-semanticshttp-proxy-agenthttp2-wrapperhttps-proxy-agenthuman-signalsignoreimport-freshimport-from-esmimport-meta-resolveindent-stringindex-to-positioninheritsiniinto-streamis-arrayishis-core-moduleis-extglobis-fullwidth-code-pointis-globis-numberis-objis-streamis-text-pathis-unicode-supportedisarrayisexeissue-parserjava-propertiesjs-tokensjs-yamljson-bufferjson-parse-better-errorsjson-parse-even-better-errorsjson-stringify-safejsonfilejsonparsekeyvlines-and-columnsload-json-filelocate-pathlodashlodash-eslodash.capitalizelodash.escaperegexplodash.isplainobjectlodash.isstringlodash.uniqbylowercase-keyslru-cachemarkedmarked-terminalmeowmerge-streammerge2micromatchmimemimic-fnmimic-responseminimistmsneo-asyncnerf-dartnode-emojinormalize-package-datanormalize-urlnpmnpm-run-pathonceonetimep-cancelablep-each-seriesp-filterp-is-promisep-limitp-locatep-mapp-reducep-tryparent-moduleparse-jsonparse-pathparse-urlpath-existspath-keypath-typepicomatchpifypkg-confprocess-nextick-argsproto-listprotocolsqueue-microtaskquick-lrurcread-pkgread-pkg-upreadable-streamredeyedregistry-auth-tokenrequire-directoryresolve-alpnresolve-fromresponselikereusifyrun-parallelsafe-buffersemversemver-diffsemver-regexshebang-commandshebang-regexsignal-exitsignaleskin-toneslashsource-mapspawn-error-forwarderspdx-correctspdx-exceptionsspdx-expression-parsespdx-license-idssplit2stream-combiner2string-widthstring_decoderstrip-ansistrip-bomstrip-final-newlinestrip-json-commentssupports-colorsupports-hyperlinkstemp-dirtempytext-extensionsthroughthrough2to-regex-rangetraversetype-festuglify-jsunicode-emoji-modifier-baseunicorn-magicunique-stringuniversal-user-agentuniversalifyurl-joinutil-deprecatevalidate-npm-package-licensewhichwordwrapwrap-ansiwrappyxtendy18nyallistyargsyargs-parser
1.0.0

3 months ago