keyvanlotfi/laravel-filemanager
最新稳定版本:v1.0.1
Composer 安装命令:
composer require keyvanlotfi/laravel-filemanager
包简介
A fast, simple and ajax file manager for Laravel
README 文档
README
A fast, simple and ajax file manager for Laravel created with Vuejs 3
Features:
- Its fast, light, simple, beautiful and easy to use.
- It is not complicated and consists of only some simple short css and one js.
- It follows clean coding, SOLID principles and design patterns.
- It supports defining middleware for routes in the config file.
- it has responsive web design.
- Integration with popular WYSIWYG editors and ckeditor.
- it works with Laravel file system.
- Rename, Move, Delete, Download and create Directories by Ajax (vuejs).
- it has config file to control settings.
How Does It look like?
Requirements
- php >= 8.0
- Laravel >= 8
Full Installation Guide
1- Install package:
composer require keyvanlotfi/laravel-filemanager
2- Publish config file (config/filemanager.php):
php artisan vendor:publish --tag=config
3- Publish package assets (css and js):
php artisan vendor:publish --tag=public
it will create a folder named (vendor) in your laravel public path and (filemanager) folder inside it.
if you changed your public folder manually, be sure to place this vendor folder inside your public folder.
How to use
yoursite.com/prefix
Enjoy to use 😊
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-09