https://github.com/gravitano/videocontest
[Unmaintained] Laravel 4 Video Contest App - Full Package
https://github.com/gravitano/videocontest
Last synced: 3 months ago
JSON representation
[Unmaintained] Laravel 4 Video Contest App - Full Package
- Host: GitHub
- URL: https://github.com/gravitano/videocontest
- Owner: gravitano
- License: mit
- Created: 2013-12-17T00:51:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T09:03:33.000Z (over 11 years ago)
- Last Synced: 2025-01-20T07:27:06.289Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 335 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PiNGPONG Video Contest App
============Laravel Package for Create Video Contest App. This package is support for Laravel 4.0 or higher.
Features
---------
1. Login auth using Twitter API.
2. Vote system.
3. Share video to Facebook and Twitter
4. 1 user just can vote 1 video.
5. Leaderboard Page
6. Unique URL Video eg: `http://localhost:8000/v/234` , `http://localhost:8000/video/lorem-ipsum-dolor`Release
--------
This is a frist version of this package. And will be updated soon.Installation
--------------
1. Download latest of Laravel PHP Framework [here](http://laravel.com)
2. Open your `composer.json`, and add the new require below."require": {
"laravel/framework": "4.1.*",
// here is my package
"pingpong/videocontest": "dev-master"
},3. Next, run `composer install` on your terminal.
4. After the installation complete. Copy `seeds` folder from `[your-folder-laravel]/vendor/pingpong/videocontest/src` to `[your-folder-laravel]app/database/` folder.
5. Set yout database configuration on `[your-folder-laravel]/app/config/database.php`. Next, open your terminal and run:
- `php artisan migrate --package=pingpong/videocontest`
- `php artisan db:seed`
6. Next, add new provider `Pingpong\Videocontest\VideocontestServiceProvider` to providers array on `[your-folder-laravel]app/config/app.php`
7. Run:
- `php artisan config:publish pingpong/videocontest`
- `php artisan asset:publish pingpong/videocontest`
8. For test, run `php artisan serve`. Open `http://localhost:8000/` on your browser.Developer
---------
[Gravitano](https://github.com/gravitano)Note
---------
1. Dont forget to empty default `routes.php` file from laravel on `[your-folder-laravel]/app/routes.php`
2. Click [here](https://github.com/gravitano/videocontest/blob/master/src/config/app.php) to see config fileDemo
--------------
[Demo Here](http://demo.pingpong.web.id/videocontest)Screenshot
--------------
