mshossain110 / LaravelDrive

Private file storage and share with user build with laravel and vue inspired by google drive
http://laraveldrive.decoderlab.com
MIT License
81 stars 32 forks source link
cloud-storage-solution file-management file-sharing file-upload filemanager laravel user-management vue vutify

Currently this application has smoe error for vuetify. When vuetify will release new versiton I will work again.

LaravelDrive is a file storage system that allows store private file and share with users build wiht laravel and vue inspired by google drive.

LaravelDrive is minimum requirement like google drive.

# [Demo](http://laraveldrive.decoderlab.com)

username: admin@admin.com password: admin123

Features


How to install


  1. Clone the repo git clone https://github.com/mshossain110/LaravelDrive.git
  2. Move Directory cd LarvelDrive
  3. Install composer composer install
  4. Copy .env file cp .env.example .env
  5. Generate key php artisan key:generate
  6. Create database and edit .env file to add database, MAIL_DRIVER
  7. Install Passport php artisan passport:install
  8. Migrate database php artisan migrate
  9. Install npm npm i
  10. Watch file npm run watch

Screen Shorts


My Drive,

User page design

Shared with me

Trash page

License


The Laravel framework is open-sourced software licensed under the MIT license.