Giter Club home page Giter Club logo

nextcloud-laravel-filemanager's Introduction

Laravel Based File Manager for Nextcloud Storage using WebDav

About Project

Main objective for developing this project was to provide an interactive File Manager for Nextcloud storage using WebDav technology.

Features

  1. Access to Nextcloud account and file systems
  2. Directory List
  3. Add File/Folder
  4. Remove File Folder
  5. Renaming File Folder
  6. Directory Wise Browsing
  7. File Viewing with local download [in public/download folder]

Used Dependencies

  1. Laravel 8.12
  2. laravel-webdav

Guideline to use

  1. After downloding the project please install dependenies using
    composer install
  2. Change your Nextcloud credentials in /config/filesystems.php as:
'webdav' => [
                 'driver' => 'webdav',
                 'baseUri' => 'http://v2202104146053149958.hotsrv.de', //replace by yours baseUri
                 'userName' => '', //replace by your user name
                 'password' => '', //replace by your password
                 'pathPrefix' => 'nextcloud/remote.php/webdav', //keep it intake
             ],

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to Suzon Das via [email protected]. All security vulnerabilities will be promptly addressed.

License

This is an open-sourced software licensed under the MIT license.

nextcloud-laravel-filemanager's People

Contributors

suzondas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.