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.
- php >= 8.0
- Laravel >= 8
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.
yoursite.com/prefix
Enjoy to use 😊