Download the PHP package sergmoro1/yii2-blog-tools without Composer
On this page you can find all versions of the php package sergmoro1/yii2-blog-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-blog-tools
Yii2 module for backend blog management, SBadmin panel, advanced template
Ordinary management system for posts. Can be used as a base for any app.
Advantages
- Posts, nested set rubrics, tags, users, authors;
- Comments management, update, reply;
- Imperavi redactor;
- Files & images uploading, photos chain for carousel slider;
- User registration with email confirmation or by network account;
- RBAC.
Installation
- Install package
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist sergmoro1/yii2-blog-tools
or add
"sergmoro1/yii2-blog-tools": "^1.1"
to the require section of your composer.json.
- Git init
git init
- Configuring migrations
Add information about migration folders with namespace
to console\config\main.php
in controllerMap
section.
-
Run migrations
- Init blog
Copy predefined files to appropriate folders by batch file initblog
.
To get it make a command in app directory.
cp ./vendor/sergmoro1/yii2-blog-tools/src/initblog ./
And run a batch file.
php initblog
Set the folder as writable to store the uploaded files.
chmod -R 777 ./frontend/web/files
Configuration
Set up in backend/config/main.php
.
Set up in common/config/main.php
.
Set up in common/config/params-local.php
.
Don't forget add .htaccess
file to backend/web
and frontend/web
.
Start
Enter http://your-app/backend/web
and Login
.
Name: Admin
Password: 123456
All versions of yii2-blog-tools with dependencies
yiisoft/yii2 Version *
creocoder/yii2-nested-sets Version ^0.9.0
vova07/yii2-imperavi-widget Version *
notgosu/yii2-meta-tag-module Version ^1.0
mrssoft/yii2-sitemap Version ^1.1
hiqdev/yii2-asset-select2 Version ^4.0
sergmoro1/yii2-comment Version ^1.0
sergmoro1/yii2-feed Version ^1.0