https://github.com/devfaysal/ytking
Laravel app to fetch public statistics from list of YouTube channels
https://github.com/devfaysal/ytking
laravel php youtube youtube-api
Last synced: about 1 month ago
JSON representation
Laravel app to fetch public statistics from list of YouTube channels
- Host: GitHub
- URL: https://github.com/devfaysal/ytking
- Owner: devfaysal
- Created: 2017-11-21T11:40:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T11:22:51.000Z (about 7 years ago)
- Last Synced: 2025-03-09T02:53:20.191Z (over 1 year ago)
- Topics: laravel, php, youtube, youtube-api
- Language: PHP
- Homepage:
- Size: 646 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel Application to fetch public statistics from list of YouTube Channel
### Installation instruction
* ```git clone https://github.com/devfaysal/ytking.git```
* ```cd ytking```
* ```composer inatall```
* ```cp .env.example .env```
* ```php artisan key:generate```
* Create database and update the ```.env``` file
* Add YouTube data api key to ```.env``` file
* Add Facebook/Github credentials to ```.env``` file if you want social login
* Add SMTP credentials to ```.env``` file if you want email verification
* ```php artisan serve``` or create vhost
* Additionally if it needs to add CSS/JS: ```npm install```