Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
joshmanders opened an issue on aniftyco/laravel-og-image
Add a `--age` flag (or equivelent) to clear cache command
Should probably also add the image creation time to the cached image filename so that way we can add a flag to the command that will allow you to clear out any cached images older than that age. Th...joshmanders opened an issue on aniftyco/laravel-og-image
Blade components
Building off of #4 this also opens up the ability to create a few Blade components to add a bunch of nice goodies. You could do ```blade <x-og-image template="example" title="hello world" />...joshmanders opened an issue on aniftyco/laravel-og-image
Rearchitect everything
Right now when you call the `og_image()` helper function it returns a `Image` class that extends `Illuminate\Http\Response` and sets it up so that way Laravel will get an image file response to ret...joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- name the route for usage in your app 4699287
joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- add support for request throttling b2317c3
joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- support changing the view template directory 3206bbf
joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- support defining a custom chrome path 8478271
joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- support route caching, closes #3 30de052
joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- add example of how to generate an image 265dafc
joshmanders closed an issue on aniftyco/laravel-og-image
SWR caching strategy
Once #1 is implemented we also need to use Laravel 11's new [Deferred Functions](https://laravel.com/docs/11.x/helpers#deferred-functions) to trigger a regeneration of the cached image if the reque...joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- support caching of images, closes #2 df2b787
joshmanders closed an issue on aniftyco/laravel-og-image
Store generated images to disk
Right now it's setup to just return a response of an image, but we also need to generate a file to disk and then return that as the response.joshmanders pushed 1 commit to master aniftyco/laravel-og-image
- support storing files to disk, closes #1 620d3af