redicon/cms-articles

CMS Zarządzanie podstronami

dev-master / 1.3.1.x-dev 2018-12-07 07:57 UTC

This package is not auto-updated.

Last update: 2024-09-21 17:56:19 UTC


README

Module for cmsr allowing for article management

Getting Started

Install CMS Redicon first

Installing

Add to the composer.json file

"redicon/cms-articles" : "dev-master"

Run

composer update

After successful installation, we launch from the command line

php artisan migrate --path=vendor/redicon/cms_articles/src/database/migrations
php artisan db:seed --class=Redicon/CMS_Articles/Database/Seeds/DatabaseSeeder
php artisan vendor:publish --provider=Redicon/CMS_Articles/CmsServiceProvide