tag
#laravel
5 posts
- Sep 01, 2026
Laravel SISP 2.1 separates the buyer from the customer
A checkout has two identities: the person who pays and the entity the invoice belongs to. Version 2.1 stops collapsing them into one.
- Aug 31, 2026
Laravel SISP 2.0 shipped almost no features
The 2.0 release changed 126 files and added little a user can see. It spent the whole budget on extension points instead.
- Jun 04, 2026
Laravel SISP 0.7 makes checkout state visible
The 0.7 release turns Laravel SISP from a payment redirect helper into checkout infrastructure with memory.
- May 24, 2026
Laravel SISP 0.6.4 makes payment states explicit
0.6.4 folds two small releases into one cleanup of pending payments, signed retries, totals, refunds, and metadata.
- May 17, 2026
Spectra, day one
I bootstrapped Spectra on a Thursday morning. By midnight it was reading real Laravel routes. The first commit that mattered was not the one that mattered.