redicon/cms-gallery

CMS Zarządzanie Galeriami

dev-master / 1.0.1.x-dev 2018-12-06 13:56 UTC

This package is not auto-updated.

Last update: 2024-09-21 17:44:30 UTC


README

Module for cmsr allowing for galleries management

Getting Started

Install CMS Redicon first

Installing

Add to the composer.json file

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

Run

composer update

After successful installation, we launch from the command line

php artisan migrate --path=vendor/redicon/cms_gallery/src/database/migrations
php artisan db:seed --class=Redicon/CMS_Gallery/Database/Seeds/DatabaseSeeder
php artisan vendor:publish --provider=Redicon/CMS_Gallery/CmsServiceProvider