jclee100

Results 5 comments of jclee100

`ipconfig /all` returns `DNS Servers . . . . . . . . . . . : 8.8.8.8`

@svenluijten Yes, If I recall correctly I was testing this on Windows.

Guys, don't use quotes altogether. ``` > php artisan vendor:publish --provider=Lord\Laroute\LarouteServiceProvider Copied File [\vendor\lord\laroute\config\laroute.php] To [\config\laroute.php] ``` The [readme](https://github.com/aaronlord/laroute#appconfigpackageslordlarouteconfigphp) is also wrong. `app/config/packages/lord/laroute/config.php` should be `config/laroute.php`

We are using trading view for our site. Made a JS-API datafeed module using websocket.

You'll first need to get access to TradingView charting library. There's a JS API datafeed documentation in their github repo. So you'll just need to use those methods to connect...