phpsa/cams-gallery

A Gallery component for the Phpsa CAMS system

dev-master 2019-05-21 01:40 UTC

This package is auto-updated.

Last update: 2024-04-21 19:49:08 UTC


README

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status

Packagist Packagist Packagist

Package description: CHANGE ME

Installation

Requires CAMS (Content Assets Managment System) package from phsa/datastore

Install via composer

composer require phpsa/cams-gallery

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.

Add service provider to config/app.php in providers section

Phpsa\CamsGallery\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section

Phpsa\CamsGallery\Facades\CamsGallery::class,

Edit Datastore Configuration File

Edit the 'configs/datastore.php' config file and add the following to the assets config:

		Phpsa\CamsGallery\Ams\Gallery\CategoryAsset::class,
		Phpsa\CamsGallery\Ams\Gallery\PageAsset::class

Usage

Gallery admin is now available in the admin panel under the ams management menu Views can be edited by overwriting the view files by placing them in ...

Security

If you discover any security related issues, please email vxdhost@gmail.com instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.