apolloeleven / lobi-cms

Fast and secure CMS based on Yii2 framework with frontend-editing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lobi CMS

Fast, secure and user friendly CMS with "Frontend Editing" tool, based on Yii2 framework.

We started with the Yii2 starter kit.

The CMS uses Lobiadmin as an html admin template for its backend.

Installation

  1. Clone the project and go to the project root directory
  2. Run composer install. After this process is finished, it will ask you to provide configuration parameters. For most of them you can leave them default, but make sure you have correct parameters for database access. (You can leave all parameters default and change them later from .env file)
  3. Run ./setup bash file which will create database (If it does not exist) and run migration scripts.

Console Commands

  1. For Synchronize Search. Filling search table for backend search
    php console/yii sync/search
  2. For Synchronize Slug
    php console/yii sync/slug
  3. For importing translations for frontend from all frontend files run following command
    php console/yii message common/config/messages/frontend.php 

About

Fast and secure CMS based on Yii2 framework with frontend-editing tool

License:Other


Languages

Language:PHP 36.2%Language:JavaScript 29.7%Language:HTML 20.0%Language:CSS 13.9%Language:Batchfile 0.2%Language:Dockerfile 0.1%Language:Shell 0.0%