Skip to content

A simple system for storing files in the cloud like OneDrive or OwnCloud based on the Laravel framework.

License

Notifications You must be signed in to change notification settings

karolkrupa/yourCloud-laravel

Repository files navigation

yourCloud

A simple system for storing files in the cloud like OneDrive or OwnCloud based on the Laravel framework with Backbone.js.

Installation

  1. Copy file .env.example as .env
  2. Configure your .env file. (database section)
  3. Run command php artisan key:generate in project root directory
  4. Run command php artisan passport:install in project root directory
  5. Run php artisan migrate command
  6. Configure your web server for public directory

Configuring .env file

...
APP_URL=http://yourcloud.test // Your domain url

...

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=yourcloud // Your database name
DB_USERNAME=root // Your database user
DB_PASSWORD=secret // Your database password

Some Sreenshots

Main Page

yourCloud Screenshot 1

Tag files Page

yourCloud Screenshot 1

Favorites files Page

yourCloud Screenshot 1

About

A simple system for storing files in the cloud like OneDrive or OwnCloud based on the Laravel framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published