Download the PHP package adlandh/yii2-app-console without Composer
On this page you can find all versions of the php package adlandh/yii2-app-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adlandh/yii2-app-console
More information about adlandh/yii2-app-console
Files in adlandh/yii2-app-console
Download adlandh/yii2-app-console
More information about adlandh/yii2-app-console
Files in adlandh/yii2-app-console
Vendor adlandh
Package yii2-app-console
Short Description Simple Yii 2 Console Project Template
License BSD-3-Clause
Homepage https://github.com/adlandh/yii2-app-console
Package yii2-app-console
Short Description Simple Yii 2 Console Project Template
License BSD-3-Clause
Homepage https://github.com/adlandh/yii2-app-console
Please rate this library. Is it a good library?
Informations about the package yii2-app-console
Simple Yii 2 Console Project Template
Simple Yii 2 Console Project Template is a skeleton Yii 2 application best for rapidly creating console applications.
DIRECTORY STRUCTURE
commands/ contains console commands (controllers)
config/ contains application configurations
mail/ contains view files for e-mails
models/ contains model classes
runtime/ contains files generated during runtime
vendor/ contains dependent 3rd-party packages
REQUIREMENTS
The minimum requirement by this project template that your Web server supports PHP 5.4.0.
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
php composer.phar create-project --prefer-dist --stability=dev adlandh/yii2-app-console console
CONFIGURATION
Database
Edit the file config/db.php
with real data, for example:
NOTES:
- Yii won't create the database for you, this has to be done manually before you can access it.
- Check and edit the other files in the
config/
directory to customize your application as required.
All versions of yii2-app-console with dependencies
PHP Build Version
Package Version
The package adlandh/yii2-app-console contains the following files
Loading the files please wait ....