Download the PHP package alireza-moh/laravel-file-explorer without Composer
On this page you can find all versions of the php package alireza-moh/laravel-file-explorer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alireza-moh/laravel-file-explorer
More information about alireza-moh/laravel-file-explorer
Files in alireza-moh/laravel-file-explorer
Package laravel-file-explorer
Short Description Laravel File Explorer is a package for easy file management in Laravel apps, offering features like browsing, uploading, and deleting files. Ideal for content management systems and file storage solutions
License MIT
Homepage https://github.com/Alireza-Moh/laravel-file-explorer
Informations about the package laravel-file-explorer
Laravel File Explorer
Laravel File Explorer is a package for easy file management in Laravel apps, offering features like browsing, uploading, and deleting files.
Features
- Frontend made with VueJS 3
- Light/dark mode toggle
- Utilizes Laravel Flysystem standards for file system operations
- Supports Local, FTP, S3, Dropbox, and other storage options
- Supports File System Operations:
- CURD operations files and directories
- Multi-upload functionality
- Download files
- Image preview
- Video player
- Audio player
- Code editor (Codemirror)
- Laravel events
- ACL
Installation
Install Laravel File Explorer with composer
Publish configuration file
Download the frontend into your project
https://github.com/Alireza-Moh/laravel-file-explorer-frontend
Add the FileExplorer component to the vue app
Use the component inside your vue component
Laravel File Explorer in a modal
You may use the LaravelFileExplorerInModal component to display the File Explorer as a popup, which returns an array of the selected files
The returned array is structured as follows:
Enable ACL
The Laravel File Explorer with ACL (Access Control List) lets you control what each user can do with files. You can give permissions to each user like creating, reading, updating, deleting, uploading, and downloading files.
Setup: ACL DOC
Using Dropbox for Laravel Storage
The Laravel Flysystem integration provides simple drivers for working with local filesystems, SFTP, and Amazon S3
Laravel Documentation: Doc
- For using Dropbox install the
spatie/flysystem-dropbox
via composer - For using AWS S3 install the
league/flysystem-aws-s3-v3
via composer - For using FTP install the
league/flysystem-ftp
via composer - For using SFTP install the
league/flysystem-sftp-v3
via composer
All versions of laravel-file-explorer with dependencies
laravel/framework Version ^11.0
league/flysystem Version ^3.0
ext-zip Version *