MoeBrowne

Results 16 issues of MoeBrowne

Add the functionality to set parameters as required

enhancement

The [Ellison demo](https://tempestphp.com/ellison) linked from the docs is currently broken. Any content which is submitted returns a 500 response. ![Image](https://github.com/user-attachments/assets/bde39c84-033f-4b59-9ce1-00d14326e715)

This PR adds a `getOrFail` method which will cause an exception to be raised if the key is not found. ```php $file = new File('/path/to/file.json'); $config = new Store($file, new...

Just a quick one to cleanup duplicate/redundant type declarations in docblocks

When downloading files it is useful to send the content length header so that the browser can give the user some indication of progress, especially with large files

Seems all but the last 5 or so meta images are returning an image of a 404? For example on this page: https://stitcher.io/blog/procedurally-generated-game-in-php the meta og:image is literally this: ![](https://stitcher.io/blog/procedurally-generated-game-in-php/meta.png)

bug