Roelof Kallenkoot

Results 11 comments of Roelof Kallenkoot

Looks like the package Service Provider isn't being loaded. Have you tried running `php artisan package:discover` or manually registering the Service Provider in `config/app.php` under ``` 'providers' => [ ......

Google has implemented the signedURL functionality in their google/cloud repository for PHP. The only thing that's necessary is to allow `^0.33.0` of `google/cloud` to be used with this package. I've...

I think this has to do with the fact that it switched organisations. 'bower search ratchet' gives: 'ratchet git://github.com/maker/ratchet' as a search result.

I already did ( https://github.com/bower/bower/issues/120#issuecomment-36069937 ) , but I think I'd be best if the owners of the original Repo asked.

https://github.com/bower/bower/issues/120 has updated the Top Comment with a workaround to "unregister packages". But: > Bower installation currently works, thanks to GitHub's repo redirects. Should be :ok_hand: like this.

It does, git://github.com/maker/ratchet is the old and correct repo for Bower.

@frapporti git://github.com/nbsp/ratchet2.git is a different project/repo than the twbs/ratchet. git://github.com/maker/ratchet.git is the 'old' repo url is used by bower. You should just do `git ls-remote --tags --heads git://github.com/twbs/ratchet.git` :cat:

Is there a reason we're using an unmaintained prometheus client?

Ah alright, makes sense then! Is the repo public already? Let me know if you need some testers or help! ;)