redicon / cms-gallery
CMS Zarządzanie Galeriami
dev-master / 1.0.1.x-dev
2018-12-06 13:56 UTC
Requires
- php: ^7.0
- intervention/image: ^2.4@dev
This package is not auto-updated.
Last update: 2026-03-22 00:56:14 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