saifur / filemanager
This a package all about file manager
dev-main
2023-07-22 02:39 UTC
Requires
- php: ^7.3.11|^8.0
- illuminate/support: ^8.0
This package is auto-updated.
Last update: 2025-03-22 07:01:15 UTC
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.php
configuration fileuse_package_routes = true
to 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.