Krato / kgallery by Krato1

Laravel 5 Photo Gallery System
172
0
4
Package Data
Maintainer Username: Krato1
Maintainer Contact: eric@infinety.es (Eric Lagarda)
Package Create Date: 2016-02-11
Package Last Update: 2017-03-20
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:14:25
Package Statistics
Total Downloads: 172
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

KGallery for Laravel 5

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