2017 © Pedro Peláez
 

library laravel-flickr-gallery

Simple way to connect a flickr album to your website

image

sunscreem/laravel-flickr-gallery

Simple way to connect a flickr album to your website

  • Friday, May 4, 2018
  • by sunscreem
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 78 % Grown

The README.md

Add a Flickr album to your website

Latest Version on Packagist Software License Total Downloads, (*1)

Flickr has some great tools for uploading, storing and editing your photos. This package uses the flickr API to bring those photo to your own website., (*2)

It includes an optional lightbox/swipeable photo gallery., (*3)

This package has only been tested on Laravel >= 5.5, (*4)

Installation

First, install the package via composer:, (*5)

composer require sunscreem/laravel-flickr-gallery

The package will automatically register itself., (*6)

Now publish the configuration file and example view:, (*7)

php artisan vendor:publish --provider="Sunscreem\LaravelFlickrGallery\LaravelFlickrGalleryServiceProvider"

Now add the following route to your routes\web.php file:, (*8)

Route::get('/gallery', function () {
     return view('vendor.laravel-flickr-gallery.simple-photo-gallery');
 });

Finally perform the migration:, (*9)

php artisan migrate

Configuration

Set your flickr user id, key and secret in your .env file., (*10)

Here's a guide on finding your Flickr ID., (*11)

And here's how to generate your API key and secret., (*12)

FLICKR_USER_ID_TO_FETCH=1234567890@N00
FLICKR_KEY=[your-flickr-key]
FLICKR_SECRET=[your-flickr-secret]

Usage

Using php artisan you can pull in the latest photos from Flickr. You can, of course, schedule this to run in the background:, (*13)

php artisan flickr:pull

Finally, view the gallery on your website by visiting your-site.com/gallery., (*14)

Credits

Support

If you have found this package helpful please consider buying Rob a beer!, (*15)

License

The MIT License (MIT). Please see License File for more information., (*16)

The Versions

04/05 2018

dev-develop

dev-develop

Simple way to connect a flickr album to your website

  Sources   Download

MIT

The Requires

 

by Rob Cooper

04/05 2018

dev-master

9999999-dev

Simple way to connect a flickr album to your website

  Sources   Download

MIT

The Requires

 

by Rob Cooper

04/05 2018

1.2

1.2.0.0

Simple way to connect a flickr album to your website

  Sources   Download

MIT

The Requires

 

by Rob Cooper

14/04 2018

v1.1

1.1.0.0

Simple way to connect a flickr album to your website

  Sources   Download

MIT

The Requires

 

by Rob Cooper

22/03 2018

v0.3

0.3.0.0

Simple way to connect a flickr album to your website

  Sources   Download

MIT

The Requires

 

by Rob Cooper

22/03 2018

v1.0

1.0.0.0

Simple way to connect a flickr album to your website

  Sources   Download

MIT

The Requires

 

by Rob Cooper

22/03 2018

v0.1.1

0.1.1.0

Simple way to connect a flickr album to your website

  Sources   Download

MIT

The Requires

 

by Rob Cooper

18/03 2018

v0.1

0.1.0.0

Simple way to connect a flickr album to your website

  Sources   Download

The Requires

 

by Rob Cooper