Skip to content

rolandschaub/luya-module-cms

 
 

Repository files navigation

LUYA Logo

LUYA Content Management System

LUYA Build Status Coverage Status Latest Stable Version Total Downloads Slack Support

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

Luya Admin

To use the LUYA CMS module you have to run a LUYA Application which is provided by the LUYA core.

For installation and usage please check: LUYA.IO

Installation

For the installation of modules Composer is required.

composer require luyadev/luya-module-cms:~1.0.0

Configuration

Add the frontend and admin module of the cms module to your configuration modules section and bootstrap the cms frontend module:

return [
    'modules' => [
        // ...
        'cms' => 'luya\cms\frontend\Module',
        'cmsadmin' => 'luya\cms\admin\Module',
        // ...
    ],
];

Initialization

After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.

1.) Migrate your database.

./vendor/bin/luya migrate

2.) Import the module and migrations into your LUYA project.

./vendor/bin/luya import

Please note that the module names cms and cmsadmin are required and should not be changed!

Developers

If you want to contribute, make sure to read the following guidelines: https://luya.io/guide/luya-guideline
The guidelines will help you understand our coding standards and how to work with our GULP Workflow to compile SCSS and JS.

About

The LUYA CMS module provides a full functional CMS for adding contents based on blocks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.9%
  • JavaScript 5.5%
  • CSS 2.6%