Open source project about sharing videos platform built on Laravel
git clone https://github.com/deltcod/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
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
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
http://deltcod.github.io/LaravelTube/api/master/
http://deltcod.github.io/LaravelTube/docs/EERDiagram.mwb
https://packagist.org/packages/deltcod/laraveltube
Execute:
vendor/bin/phpunit
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
I use SemVer for versioning. For the versions available, see the tags in this repository.
Adam Alvarado Bertomeu deltcod
See also the list of contributors who participated in this project.
This LaravelTube is open-sourced software licensed under the MIT license.