All Projects → deltcod → LaravelTube

deltcod / LaravelTube

Licence: other
Open source project about sharing videos platform built on Laravel

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to LaravelTube

Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (+918.18%)
Mutual labels:  laravel-framework
laravel-hmvc-sample
Sample project, building a HMVC structure for Laravel 5,6,7,8
Stars: ✭ 28 (+27.27%)
Mutual labels:  laravel-framework
laravel-admin
Laravel Admin panel with theme , modules ,artisan commands and helper classess.Laravel admin boilerplate with theme and modules
Stars: ✭ 22 (+0%)
Mutual labels:  laravel-framework
Laravel Auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood u…
Stars: ✭ 2,692 (+12136.36%)
Mutual labels:  laravel-framework
Laravel User Activity
Monitor user activity easily!
Stars: ✭ 253 (+1050%)
Mutual labels:  laravel-framework
laravel-6-full-project
Laravel 6 full project with login, authentication, register, create | update | delete record through forms. Search and view the record. And implementation fo Laravel admin panel.
Stars: ✭ 31 (+40.91%)
Mutual labels:  laravel-framework
Laravel Cheat Sheet
Additional resource for the Udemy Laravel Essentials course
Stars: ✭ 194 (+781.82%)
Mutual labels:  laravel-framework
core
The Laravel single page forum package (Vue + Tailwind CSS + Laravel)
Stars: ✭ 157 (+613.64%)
Mutual labels:  laravel-framework
laravel-vue-i18n
Allows to connect your `Laravel` Framework translation files with `Vue`.
Stars: ✭ 430 (+1854.55%)
Mutual labels:  laravel-framework
starter-kit
📊 A complete dashboard built on laravel and quasar abstractions, ready to be used
Stars: ✭ 20 (-9.09%)
Mutual labels:  laravel-framework
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+945.45%)
Mutual labels:  laravel-framework
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+12109.09%)
Mutual labels:  laravel-framework
rest-api
Laravel restfull api boilerplate
Stars: ✭ 57 (+159.09%)
Mutual labels:  laravel-framework
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (+940.91%)
Mutual labels:  laravel-framework
laravel-monitoring
Monitor your Laravel servers
Stars: ✭ 118 (+436.36%)
Mutual labels:  laravel-framework
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+800%)
Mutual labels:  laravel-framework
Laravel-5.3-Repository
Simple repository setup for Laravel 5.3
Stars: ✭ 17 (-22.73%)
Mutual labels:  laravel-framework
Laravel-Trik-Indonesia
Kumpulan trik laravel berbahasa indonesia
Stars: ✭ 74 (+236.36%)
Mutual labels:  laravel-framework
finance
💰 Free open-source personal finance tracking web application.
Stars: ✭ 156 (+609.09%)
Mutual labels:  laravel-framework
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (+100%)
Mutual labels:  laravel-framework

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/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

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://deltcod.github.io/LaravelTube/api/master/

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

Packagist

https://packagist.org/packages/deltcod/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 deltcod

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

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].