yousafitpro/photo-library-and-simple-file-manager
Composer 安装命令:
composer require yousafitpro/photo-library-and-simple-file-manager
包简介
Very helpful for managing photos and all type of files
README 文档
README
Keep in mind this is only for laravel ( PHP ) and Bootstrap And Jquery are required
Video Tutorial
https://github.com/yousafitpro/c-photo-library-and-simple-file-manager
Step-1 ( install composer using following command )
composer require yousafitpro/photo-library-and-simple-file-manager
Step-2 ( run mighrations using following command )
php artisan migrate
step-3 ( place this code on your page to show the Gallery )
{!! uc_lib_get_widget(auth()->id()) !!}
You can put 0 instead of auth()->id() if there is no authentication
You can also add a Modal any where in your project
Example is here
{!! uc_lib_get_modal(auth()->id()) !!}
<button data-toggle="modal" data-target="#uc_gallery_modal">Show Modal</button>
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-12