saifur/filemanager

This a package all about file manager

dev-main 2023-07-22 02:39 UTC

This package is auto-updated.

Last update: 2024-04-22 04:30:04 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 file use_package_routes = true to use the package routes

Contributor

  • Md. Saifur Rahman
Portfolio CV LinkedIn GitHub Stack Overflow
Hackerrank Beecrowd LeetCode YouTube

Alternatives

License

The MIT License (MIT). Please see License File for more information.