Ask HN: Good resources for DIY-ish animatronic kits for Halloween?
3 points by xrd 1d ago 0 comments
Why the Technological Singularity May Be a "Big Nothing"
7 points by starchild3001 1d ago 8 comments
Share temporary links for Laravel models, routes, and files
1 grazulex 1 8/25/2025, 5:38:52 AM github.com ↗
Comments (1)
grazulex · 14d ago
I built a Laravel package that lets you generate temporary share links for models, routes, or files. The idea came from the need to preview resources without exposing them permanently. It supports expiration, custom slugs, and multiple backends.
I use it for things like sharing draft blog posts or private file previews. Curious if others have similar use cases.