janisto / yii2-ycm-demo
Yii 2 Content Management module demo
Installs: 247
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- janisto/yii2-ycm: *
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
- yiisoft/yii2-swiftmailer: *
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 18:47:02 UTC
README
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 demo using the following command:
$ cd /path/to/web/root
$ php composer.phar global require "fxp/composer-asset-plugin:~1.0.0"
$ php composer.phar create-project --prefer-dist --stability=dev janisto/yii2-ycm-demo yii2-ycm-demo
Create database yii2-ycm-demo
Edit config/db.php if needed
Run migrations:
$ php yii migrate/up --interactive=0
Now you should be able to access the demo through the following URL, assuming yii2-ycm-demo
is the directory
directly under the Web root.
http://localhost/yii2-ycm-demo/web/admin