Package Data | |
---|---|
Maintainer Username: | Terumi |
Maintainer Contact: | tasos@ffyeah.gr (Tasos Protopapas) |
Package Create Date: | 2014-02-25 |
Package Last Update: | 2014-05-02 |
Home Page: | |
Language: | PHP |
License: | CC-BY-3.0 |
Last Refreshed: | 2024-11-19 03:02:33 |
Package Statistics | |
---|---|
Total Downloads: | 139 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 24 |
Total Watchers: | 6 |
Total Forks: | 10 |
Total Open Issues: | 1 |
This is a Laravel 4.1 gallery package using bootstrap3, [Intervention Image] (http://intervention.olivervogel.net/) by Oliver Vogel and [bootstrap-tagsinput] (https://github.com/TimSchlechter/bootstrap-tagsinput) by Tim Schlechter
Install it through composer:
composer require ffy/photogallery
Version:
dev-master
Add this to the providers array in your config/app.php:
'Ffy\Photogallery\PhotogalleryServiceProvider',
Add the intervention package to the providers array in your config/app.php:
'Intervention\Image\ImageServiceProvider',
Add the intervention facade to the aliases array on your config/app.php:
'Image' => 'Intervention\Image\Facades\Image',
Migrate the package tables:
php artisan migrate --package="ffy/photogallery"
Publish the package configuration file:
php artisan config:publish ffy/photogallery
Publish the package asset files:
php artisan asset:publish "ffy/photogallery"
Under app/config/packages/ffy you will find the configuration file