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
Requires
- php: ^7.0
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