php - Thujohn\Twitter\Twitter::__construct() must be an instance of Illuminate\Config\Repository, instance of October\Rain\Config\Repository given -


how can pass illuminate\config\repository sentence instead of october\rain\config\repository.

i'm try use thujohn twitter library. thujohn\twitter constructor has reference illuminate\config\repository

in plugin.php, boot() method, have:

app::register(\thujohn\twitter\twitterserviceprovider::class); $alias = aliasloader::getinstance(); $alias->alias('twitter', \thujohn\twitter\facades\twitter::class); 

thanks


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -