Download the PHP package keyvanlotfi/laravel-filemanager without Composer
On this page you can find all versions of the php package keyvanlotfi/laravel-filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download keyvanlotfi/laravel-filemanager
More information about keyvanlotfi/laravel-filemanager
Files in keyvanlotfi/laravel-filemanager
Download keyvanlotfi/laravel-filemanager
More information about keyvanlotfi/laravel-filemanager
Files in keyvanlotfi/laravel-filemanager
Vendor keyvanlotfi
Package laravel-filemanager
Short Description A fast, simple and ajax file manager for Laravel
License MIT
Package laravel-filemanager
Short Description A fast, simple and ajax file manager for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-filemanager
laravel-filemanager
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 😊
All versions of laravel-filemanager with dependencies
PHP Build Version
Package Version
The package keyvanlotfi/laravel-filemanager contains the following files
Loading the files please wait ....