Offical WebSite packages is from mincms.
- PHP_VERSION 5.3.11 +
- Apache Rewrite
windows Composer Download
Linux Composer Download
curl -sS https://getcomposer.org/installer | php
or
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
git clone [email protected]:mincms/mincms.git
cd packages
Windows
Composer install
Linux
php composer.phar install
httpd-vhosts yourdomain
is your custom domain
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/your-path/mincms/app/web"
ServerName yourdomain
ErrorLog "logs/mincms-error.log"
CustomLog "logs/mincms.log" common
</VirtualHost>
visite http://yourdomain
it will show default page. there is install link.if your didn't installed yincart before.
backend link http://yourdomain/admin.html
packages
application/ comm packages. contain modules,widget ETC,alias is @application
web/ web code for app/web you can use LN to app/web
vendor/ composer autoload
runtime/ cache before Yii2 bootstrap
app
protected/ application code
controllers/ controllers
hook/ hooks
models/
runtime/ cache
config/ website config such as database
modules/ modules for @app the name can't the same as @application/modules
web/ website root
QQ group:227575466
Email: [email protected]