The gap
A blank Laravel install has no upload form, no grid, and no owner delete path.
Media
A public grid. Login. Upload. Only you can take your photos down.
This page is the overview. You get the files on GitHub or the store. Hosting plans are the only thing we sell here.
The gap
A blank Laravel install has no upload form, no grid, and no owner delete path.
What you take
Session auth, checked uploads, and a public grid that reads the public disk.
What changes
Log in, drop a photo, see it on the home grid.
A photo grid. Not albums. Not S3. Not a DAM.
Use it when
Built for
The home page lists uploads. The show page is one photo. Guests browse. Owners delete.
JPEG, PNG, WebP, and GIF go to gallery/ on the public disk. Type and size are checked.
The kit runs on Laravel 13 and PHP 8.3. Session guests still redirect to login. Uploads still land on the public disk.
Public MIT repository. This page is the overview. Payment does not happen here.
This page is the overview. You get the files on GitHub or the store. Hosting plans are the only thing we sell here.