infinety-es/gallery

Laravel 5 Photo Gallery System

2.2 2017-03-20 15:46 UTC

This package is auto-updated.

Last update: 2024-03-12 22:20:26 UTC


README

KGallery is a photo gallery system for Laravel 5.

Version

1.0

Installation

First require this package:

```sh composer require infinety-es/gallery ```

Then you need to create a custom Filesystem drive on filesystem.php: ```php 'gallery' => [ 'driver' => 'local', 'root' => base_path('public/gallery_assets'), ] ```

Add Service Provider: Infinety\Gallery\GalleryServiceProvider::class,

Add Links for Admin routes:

url('admin/galleries') for Galleries
url('admin/galleries/categories') for Categories

Todos

  • Front Views

License

MIT