Laravel Prompts v0.3.15 is out! A ton of new primitives came out of building the Cloud CLI (+ some unreleased stuff π), so we decided to bake them in Prompts itself.
Let's take a look π§΅π
Posts by Guillermo Cava
You may have heard of Blaze, the new tool from the Laravel Livewire team that speeds up Blade.
But did you know how it works? From folding to function compilation, we break down its optimization strategies, and even build a mini version to understand it.
tighten.com/insights/bla...
on the left is the blade file and on the right it's the shadow
Still not sure if this is the best way to handle this but behinds the scenes I'm yoinking the php portion of the template and making a shadow of the file where phpactor or intelephense can bind to, and then we proxy the requests
PHP LSP completions in volt/single file Livewire components
wire:model definitions
wire:model completions
method definitions
Still working through these features but man looking forward to being able to have better tooling when touching these kinds of blade files
Use Claude Code in your bash scripts with claude -p
Claude Code tip for you!π‘
Use claude -p to run Claude Code in non-interactive mode. Perfect for making Claude part of your bash scripts: Git hooks, CI/CD pipelines, etc.
Pre-commit example: if en.json changes, Claude translates what's missing to es.json and stages it.
wish us luck
Want to use AI to chat with your own documents? At scale, itβs harder than it sounds.
Join @nicodevs.bsky.social to build a chatbot using the new Laravel AI SDK, Postgres, and Livewire 4 π€
Learn RAG and semantic search from scratch π
tighten.com/insights/cha...
Nuevaaa yollll
No doubt priorities first, best of luck on the exam!
It was sooo gooood!!
checks for missing components
checks for missing closing directives
includes vendor provided components
also auto complets on slots
always wanted this kind of feedback on blade, slots have been super tricky due to how permissive blade is with what is considered a slot but I think I would rather gain some insight than none
Wild how far you can push "customizable select" with just #CSS
nerdy.dev/nice-select
Saw this coming to the VS Code Extension and started wondering what it would take to get something similar in nvim, still needs more work but man this was a cool lil dive
this proj has 0 python, but nevertheless
Perhaps the first smell would of been having 2 distinct paths to create the base entity, but certainly the second is wanting a way to discriminate between whether if it was created through path 1 or 2, certainly can slap a `type` on the entity but so gross to have a bunch of nullable fields
Ready for another new feature? Introducing Flash Data in Inertia! β‘οΈ
With Flash Data, you can send one-time values to your frontend that won't reappear when users navigate through browser history. Perfect for success messages, newly created IDs, or other temporary values.
Better workflows around parallelizing work (something better than worktrees or a cloud runner) and also better interfaces for managing multiple agents at once
though honestly I hope other models can behave more like Opus, donβt really like the notion of having to model pick/switch
I think the thing I love most about any jsx based framework is being able to have multiple components in a single file
Really digged this break down of how 37 signals is doing css on their latest apps
www.zolkos.com/2025/12/03/v...
Do you need AI in your app but canβt share private data with AI providers?
You can self host and run models on your own servers thanks to Ollama π¦
Join @nicodevs.bsky.social set it up & integrate it with your Laravel app, building a chat for super spies (TOP SECRET!) π
tighten.com/insights/bui...
My talk is on YouTube! youtu.be/sDEohTrNVvc?...
"Shoulda listened, told ya it was the RAM all along"
Look away for a second and tech supports shows up
For ages I've wanted a little lab where I can experiment with new visual components. Somewhere to tinker in isolation, with extra tools to help me test stuff.
Tada! samwho.dev/lab
I'd like to eventually port all of my old components into here, and for this to be my "quiver" to pick from.
Just updated my list of "top podcasts for bootstrappers, indie hackers, startup founders:"
transistor.fm/podcasts-for...
New additions:
- Cheeky Pint, @johncollison.bsky.social
- Offsite, @jordangal.bsky.social
- Startup to Last, @tylerking.app
- Business of Laravel, @mattstauffer.com
soon to be deleted code that was trying to get fancy about a time before enums were a thing in PHP
lil personal reminder to never do this ever again
immich.app/cursed-knowl...
> npm scripts make a http call to the npm registry each time they run, which means they are a terrible way to execute a health check.
Excuse me WHAT?
No Plans to Merge really building a fresh app live - love this
www.youtube.com/live/T1hI0QO...
Curious what it looks like to implement the new Inertia Infinite Scroll component? Have 3 minutes? That's all it takes.
I whipped up a little demo:
youtu.be/gQB6DdPHzSY