redicon/cms-articles

CMS Zarządzanie podstronami

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/redicon/cms-articles

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

This package is not auto-updated.

Last update: 2025-12-27 23:38:20 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