Derek Myers

Results 16 comments of Derek Myers

You probably want this too: ```bash composer require --dev "xethron/migrations-generator" ``` So you get 2.x instead of 1.3.

This worked for me for Twitter, though I did add setting the token secret by doing: ``` php $token_interface->setAccessTokenSecret($token_secret); ```

I had this issue on a 2009 Mac Pro too with MacOS 10.13.

I was going crazy trying to figure out how this extension just suddenly stopped working... then I discovered this issue. Thank you @m-thorsen. 👍

Pug also doesn't work. I went back to just the basic Vue Syntax Highlight package.

Sorry for the delay, trying to test it out a bit. I like the idea as I could see myself using it in the future too. The only thing I...

Take a look at PR #38 where I ran into this as well.

FuelPHP 1.6 released recently requires composer. I think this would be a nice addition, but the PSR-0 is a good point. http://fuelphp.com/blogs/2013/05/fuelphp-releases-v1-6

Upon more research, it does seem that in order to use that we have to first resolve a tenant and bootstrap a OneLoginBuilder instance. Is there a way to do...