An open API service indexing awesome lists of open source software.

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

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