ericlagarda/nova-gallery
最新稳定版本:v1.3
Composer 安装命令:
composer require ericlagarda/nova-gallery
包简介
A Laravel Nova tool.
README 文档
README
Photo gallery tool for Laravel Nova.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require ericlagarda/nova-gallery
Then, register the tool in NovaServiceProvider.php
use EricLagarda\NovaGallery\NovaGallery; public function tools() { return [ // ... new NovaGallery ]; }
Then, publish the migration and migrate the tables:
php artisan vendor:publish --tag=gallery-migration php artisan migrate
And set the Gallery Storage disk on your env file:
GALLERY_DISK=my_custom_storage
Use
You can create albums and add photos into the albums. You can:
- Change the name of each photo
- Change the description of each photo
- Reorder photos
统计信息
- 总下载量: 3.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-23
