seiger / sgallery
Evocms package for work with Gallery for Resource in Evolution CMS
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:evolutioncms-plugin
Requires
This package is auto-updated.
Last update: 2022-05-19 22:22:59 UTC
README
sGallery Plugin for attaching Images and Video clips (YouTube) to a resource in the Evolution CMS admin panel.
Install by artisan package installer:
Run in you /core/ folder:
php artisan package:installrequire seiger/sgallery "*"
Create config file in core/custom/config/cms/settings with name sgallery.php the file should return a comma-separated list of templates.
php artisan vendor:publish --provider="Seiger\sGallery\sGalleryServiceProvider"
Run make DB structure with command:
php artisan migrate