sokil / photo-gallery
Photo Gallery based on XML configs
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 3
Type:project
Requires
- mobiledetect/mobiledetectlib: ^2.8
- silex/silex: ~1
- sokil/php-social-opengraph: 1.0.*
- symfony/console: 2.7.*
- symfony/security: 2.7.*
- symfony/twig-bridge: 2.7.*
- twig/twig: ^1.22
This package is auto-updated.
Last update: 2023-03-14 22:24:09 UTC
README
Installation
$ composer create-project sokil/photo-gallery
$ cd photo-gallery
$ npm install
$ grunt
Configure images
Configure images in ./configs/imageList.xml
:
<?xml version="1.0"?> <images> <image src="filename.png" slug="addressInUri" title="Image Title" description="Image description" /> </images>
Add images to ./public/photo/web/
and ./public/photo/mob/
for desktop and mobile versions.