4

When you were up until 3am figuring out why you're Guzzle cookie jar in Laravel wasn't working...

Needed:

$this->app->bind(...);

Instead of:

$this->app->singleton(...);

Stupid service providers...

Comments
Add Comment