The gap
A blank Laravel API has Sanctum installed and nothing useful to call.
API
Log in, take a token, publish a post. The public list only returns what you published.
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 API has Sanctum installed and nothing useful to call.
What you take
Token auth plus JSON for posts and categories. Drafts never hit the public index.
What changes
One curl to log in. One curl to publish.
A small REST kit. Not GraphQL. Not the PN Press reading site.
Use it when
Built for
Register and login return a Sanctum token. Logout revokes it. No session dance for a SPA.
Public readers see published posts. Writers create and update with the token. Drafts stay off the list.
The kit runs on Laravel 13 and PHP 8.3. Routing is bootstrap/app.php. Sanctum tokens still gate writes.
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.