https://github.com/karolkrupa/yourcloud-laravel
A simple system for storing files in the cloud like OneDrive or OwnCloud based on the Laravel framework.
https://github.com/karolkrupa/yourcloud-laravel
backbonejs cloud files jquery larevel php
Last synced: about 1 month ago
JSON representation
A simple system for storing files in the cloud like OneDrive or OwnCloud based on the Laravel framework.
- Host: GitHub
- URL: https://github.com/karolkrupa/yourcloud-laravel
- Owner: karolkrupa
- License: mit
- Created: 2017-12-23T15:52:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T09:59:33.000Z (over 8 years ago)
- Last Synced: 2025-04-03T08:51:26.610Z (about 1 year ago)
- Topics: backbonejs, cloud, files, jquery, larevel, php
- Language: CSS
- Homepage:
- Size: 5.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
3. Run command `php artisan passport:install` in project root directory
4. Run `php artisan migrate` command
5. 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

##### Tag files Page

##### Favorites files Page
