phpsa/cams-gallery

A Gallery component for the Phpsa CAMS system

Maintainers

👁 phpsa

Package info

github.com/phpsa/cams-gallery

pkg:composer/phpsa/cams-gallery

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 91b181f2851bbd33c3a39874464786e17e5f2a10

  • Craig Smith <vxdhost.woop@gmail.com>

cms gallery datastore ams

This package is auto-updated.

Last update: 2026-06-22 00:26:40 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.