| 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: | 2025-10-27 03:06:46 |
| Package Statistics | |
|---|---|
| Total Downloads: | 172 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
KGallery is a photo gallery system for Laravel 5.
1.0
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
MIT