Code Monkey home page Code Monkey logo

laraveltube's Introduction

LaravelTube

Latest Stable Version License Build Status Scrutinizer Code Quality Code Coverage Build Status StyleCI Coverage Status

Open source project about sharing videos platform built on Laravel

Installation & use

git clone https://github.com/d3ltcod/LaravelTube.git
cd LaravelTube/
composer install
npm install
mv .env.example .env
# Now, configure your file .env with your DATABASE
php artisan migrate:refresh --seed
php artisan key:generate
gulp
php artisan serve

Notes

If you want convert videos to other formats, you need install 'FFMpeg' in your server and configure file config/ffmpeg.php

sudo apt-get install ffmpeg

If you want to upload files with more weight you have to change the settings of your php.ini

If you want execute broadcasting events, you need install Redis in your server

curl -O http://download.redis.io/redis-stable.tar.gz
tar xzvf redis-stable.tar.gz
cd redis-stable
make

and run

node broadcast_server/socket.js

Requirements

This packages use (no need to install):

Docs

http://d3ltcod.github.io/LaravelTube/api/master/

http://d3ltcod.github.io/LaravelTube/docs/EERDiagram.mwb

Packagist

https://packagist.org/packages/d3ltcod/laraveltube

Tests

Execute:

vendor/bin/phpunit

Social Login

If you want use Social login, you need configure in your file .env:

FACEBOOK_ID=----

FACEBOOK_SECRET=----

FACEBOOK_URL=http:----

TWITTER_ID=----

TWITTER_SECRET=----

TWITTER_URL=http:----

GOOGLE_ID=----

GOOGLE_SECRET=----

GOOGLE_URL=http:----

---- Is your configuration in:

Versioning

I use SemVer for versioning. For the versions available, see the tags in this repository.

Author

Adam Alvarado Bertomeu d3ltcod

See also the list of contributors who participated in this project.

License

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

laraveltube's People

Contributors

d3ltcod avatar deltcod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laraveltube's Issues

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.