Skip to content

A fast, simple and ajax file manager for Laravel created with Vuejs 3

License

Notifications You must be signed in to change notification settings

keyvanlotfi/laravel-filemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

filemanager1 filemanager2

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 😊

About

A fast, simple and ajax file manager for Laravel created with Vuejs 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published