2017 © Pedro Peláez
 

yii2-extension hidev-webapp

HiDev plugin for Yii2 web applications

image

hiqdev/hidev-webapp

HiDev plugin for Yii2 web applications

  • Monday, June 18, 2018
  • by hiqdev
  • Repository
  • 2 Watchers
  • 2 Stars
  • 4,280 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 22 % Grown

The README.md

HiDev WebApp

HiDev plugin for Yii2 web applications, (*1)

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status, (*2)

HiDev is the automation tool mixed with code generator for easier continuos development., (*3)

This plugin provides HiDev configuration to automate standard tasks for web applications:, (*4)

  • creates directory structure and files:
    • runtime/
    • web/assets/
    • web/index.php
    • web/robots.txt
    • web/favicon.ico
    • src/config/bootstrap.php
    • src/config/params.php
  • sets proper permissions for directories and files
  • provides nginx config generation with hidev-nginx plugin
  • TODO: docker config generation

Installation

The preferred way to install this yii2-extension is through composer., (*5)

Either run, (*6)

php composer.phar require "hiqdev/hidev-webapp"

or add, (*7)

"hiqdev/hidev-webapp": "*"

to the require section of your composer.json., (*8)

License

This project is released under the terms of the BSD-3-Clause license. Read more here., (*9)

Copyright © 2017-2018, HiQDev (http://hiqdev.com/), (*10)

The Versions