Christoph Hochstrasser

Results 34 issues of Christoph Hochstrasser

:+1: this Feature to vote for it. I'm not entirely sold on this, because you can already namespace tasks simply by putting a ":" in the name, for example `assets:dump`....

Discussion

Currently all individual caches are services in a separate Pimple container, which is set as the `caches` service of the application. This makes it easy to pass the complete collection...

discussion

Currently the `cache.factory` and the `cache.namespace` services are protected closures, which return closures, which then return a cache instance. Change these services to be just protected closures, which return a...

Tasks: - [ ] Change the namespace to something where the `CacheNamespace` and the `CacheServiceProvider` class are in the same namespace (BC break) - [ ] Use PSR-4 autoloader in...

Make links properly relative, so when the URL is "/foo/bar" and a link is generated to "/hello", then the generated URL should be "../hello.html". This should make sites also browsable...

Support for using `.phpenv-version` files for setting project specific versions.

Maybe fetch a rbenv tarball from Github with wget, so users don't need to have Git installed.

Add a separate `kue:scheduler` command which takes a queue and puts a set of jobs at configured intervals into the queue. - Use Cron syntax to define intervals or a...