saifur/filemanager
Composer 安装命令:
composer require saifur/filemanager
包简介
This a package all about file manager
关键字:
README 文档
README
A dynamic File Manager
Contents
Design Patterns
- Bridge
Features
- File upload and management
- Uploading validation
- Downloading
- Cropping and resizing of images
- Managing Folders
Actions
File manager actions typically refer to the various operations or actions that can be performed on files or directories within a file management system. Here are some common file manager actions:
Create: Create a new file or directory within the file management system.
Delete: Remove a file or directory from the file management system.
Rename: Change the name of a file or directory.
Copy: Duplicate a file or directory, creating an identical copy.
Move: Transfer a file or directory from one location to another within the file management system.
Edit: Modify the content or properties of a file.
View: Display the contents of a file.
Upload: Add files or directories to the file management system from an external source.
Download: Save a copy of a file from the file management system to a local device.
Permissions: Set or modify the access permissions of a file or directory, determining who can read, write, or execute it.
Search: Look for specific files or directories based on search criteria.
Sort: Arrange files or directories in a specific order, such as alphabetical or by date modified.
Compress/Extract: Compress multiple files or directories into an archive or extract files from an existing archive.
Share: Provide access to specific files or directories to other users or shareable links.
Preview: Display a preview or thumbnail of a file's content without opening it.
Documentation, Installation, and Usage Instructions
This package allows you to manage your logs.
Once installed you can do stuff like this:
Laravel Commands
composer require saifur/filemanager
php artisan vendor:publish --tag=public --force
php artisan vendor:publish --tag=config --force
php artisan storage:link
composer dump-autoload
DB Change
Routes
- in
config/sfm.phpconfiguration fileuse_package_routes = trueto use the package routes
Contributor
- Md. Saifur Rahman
Alternatives
- https://github.com/UniSharp/laravel-filemanager
- https://github.com/alexusmai/laravel-file-manager
- https://github.com/mafftor/laravel-file-manager
- https://github.com/yesteamtech/laravel-file-manager
- https://github.com/rudiedirkx/laravel-file-manager
- https://github.com/Binay7587/laravel-filemanager
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-22