Here's a short code example without a custom extension I wrote to test:
Here's a short code example without a custom extension I wrote to test:
It generates templates, taking your blueprints and field configuration into consideration!
It generates templates, taking your blueprints and field configuration into consideration!
I've been working hard on improving visualizations, adding features that I've always wanted (like hovering over an SVG element and seeing what it looks like), as well as some client-side performance monitoring!
I've been working hard on improving visualizations, adding features that I've always wanted (like hovering over an SVG element and seeing what it looks like), as well as some client-side performance monitoring!
Going to keep chipping away at things!
Going to keep chipping away at things!
This example demonstrates using it to allow the PHP directive with arguments, and the block-style to exist in the same file:
This example demonstrates using it to allow the PHP directive with arguments, and the block-style to exist in the same file:
In this demo, I'm using them to add support for server-side conditional elements and loops.
In this demo, I'm using them to add support for server-side conditional elements and loops.
All without runtime overhead! Might continue this experiment in the future
All without runtime overhead! Might continue this experiment in the future
This one was really fun to make!
This one was really fun to make!
Laravel's LazyCollection is super useful here:
Laravel's LazyCollection is super useful here:
It's adding the Blade directives/rewriting some HTML before handing it off to Laravel's compiler.
Not saying you should do this... but you could lol
It's adding the Blade directives/rewriting some HTML before handing it off to Laravel's compiler.
Not saying you should do this... but you could lol
Private invites going out soon 🗡️
Private invites going out soon 🗡️
An excellent way to find subtle whitespace bugs and infinite loops.
An excellent way to find subtle whitespace bugs and infinite loops.