Personal project made with Laravel + Vue.js. Very simple file manager that performs basic crud operations.
- Navigate between folder by double clicking the folders or by using the breadcrumb navigation bar.
- Upload a file
- Create a empty file or a directory.
- Move a file or a directory.
- Copy a file or a directory.
- Rename a file or a directory.
- Chmod of a file or a directory.
- Delete a file or a directory. Be careful when using this action. It's not reversible.
Not planning to release a package since there are better versions out there.
If you wanna try it on your local machine feel free to do so.
git clone git@bitbucket.org:thepassenger/filemanager.git
composer install
npm run dev
And visit your localhost
You can deploy it on your server but be careful to restric access on routes.
This project is licensed under the MIT License - see the LICENSE.md file for details