2017 © Pedro Peláez
 

library gallery

Gallery package for lavalite.

image

litecms/gallery

Gallery package for lavalite.

  • Saturday, July 30, 2016
  • by Renfos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,207 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel package that provides content gallery management facility for lavalite CMS., (*1)

Installation

Require this package with composer., (*2)

composer require litecms/gallery

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider., (*3)

Publishing

Configuration, (*4)

php artisan vendor:publish --provider="Litecms\Gallery\GalleryServiceProvider" --tag="config"

Language, (*5)

php artisan vendor:publish --provider="Litecms\Gallery\GalleryServiceProvider" --tag="lang"

Files, (*6)

php artisan vendor:publish --provider="Litecms\Gallery\GalleryServiceProvider" --tag="storage"

Views

Publish views to resources\views\vendor directory, (*7)

php artisan vendor:publish --provider="Litecms\Gallery\GalleryServiceProvider" --tag="view"

Publishes admin view to admin theme, (*8)

php artisan theme:publish --provider="Litecms\Gallery\GalleryServiceProvider" --view="admin" --theme="admin"

Publishes public view to public theme, (*9)

php artisan theme:publish --provider="Litecms\Gallery\GalleryServiceProvider" --view="public" --theme="public"

The Versions

30/07 2016

1.1.x-dev

1.1.9999999.9999999-dev

Gallery package for lavalite.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Litecms

gallery lavalite litecms

30/07 2016

dev-master

9999999-dev

Gallery package for lavalite.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Litecms

gallery lavalite litecms

29/07 2016

1.0.x-dev

1.0.9999999.9999999-dev

Gallery package for lavalite.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Litecms

gallery lavalite litecms

25/07 2016

v1.0.0

1.0.0.0

Gallery package for lavalite.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Litecms

gallery lavalite litecms