d3ltcod / laraveltube
Open source project about sharing videos platform built on Laravel
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 5
Open Issues: 1
Language:JavaScript
Type:project
Requires
- php: >=5.5.9
- acacha/admin-lte-template-laravel: 2.*
- chrisbjr/api-guard: 3.1.*
- doctrine/dbal: ^2.5
- laravel/framework: 5.2.*
- laravel/socialite: ^2.0
- linkthrow/ffmpeg: dev-master
- predis/predis: ^1.0
- satooshi/php-coveralls: ^1.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is not auto-updated.
Last update: 2020-01-17 04:48:46 UTC
README
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):
- Composer
- Laravel
- Laravel Socialite
- AdminLTE. You can see and AdminLTE theme preview at: http://almsaeedstudio.com/preview/
- ApiGuard
- Vue.js
- Ajax and jQuery
- Video.js
- FFMpeg
- Chartjs
- Redis.io
- Socket.io
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:
- https://developers.facebook.com/apps/
- https://apps.twitter.com/
- https://console.developers.google.com
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.