megawubs / trakt-api-wrapper

A Object Oriented PHP wrapper for the trakt api
34 stars 19 forks source link

laravel 5.1 #15

Closed ghost closed 8 years ago

ghost commented 9 years ago

im new in laravel and i dont want to include $trakt = new Trakt($clientId, $clientSecret, $redirectUrl); in every controller

do you know how i should implement this in my code ?

megawubs commented 9 years ago

@DeeJaVu You can register it in a service provider. http://laravel.com/docs/5.1/providers this way, you'll only have to create the instance once.