Tony Messias
@tonysm.com
1.1K followers 190 following 60 posts
Creator and maintainer of Turbo Laravel, Stimulus Laravel, Rich Text Laravel, Importmap Laravel, TailwindCSS Laravel & Globalid Laravel. Programmer at Tighten.
Posts Media Videos Starter Packs
tonysm.com
I think it was dump, right? Like, return whatever it was going to return but bump it in the process...

`return tap($someVar, dump(...));`
Reposted by Tony Messias
tonysm.com
I think I heard in one of the RailsConf panels someone mentioning that between Basecamp, GitHub, and Shopify, Basecamp was the most "beautiful codebase" (in terms of "Rails-Way")... maybe it requires a strong level of commitment and alignment to "The Rails Way" to keep it that way?
Reposted by Tony Messias
tonysm.com
Yeah, it's getting big! Also, I'm a bit introvert, so I kinda need to push myself out there a bit more and go talk to people 😅
tonysm.com
Oh, man... didn't know you were there!
tonysm.com
Heading home after an amazing week of Laracon and @tighten.com Onsite! So freaking energizing. I can't wait to get home and hack on all these stuff (after a cool down period, ofc).✌️
Reposted by Tony Messias
tighten.com
Tighten @tighten.com · Jul 10
Today on the blog, @tonysm.com continues the Rich Text Laravel series and demonstrates how flexible Content Attachments are! We can embed pretty much anything to our rich text documents!

Click the link below:👇
tighten.com/insights/ric...
Introducing Rich Text Laravel - Part 2: User Mentions With Content Attachments
In our previous Rich Text post, we implemented file attachments using the Rich Text Laravel package, but we've only touched...
tighten.com
tonysm.com
throw new SlopOverflowException
Reposted by Tony Messias
guillermocava.com
The source diving walkthrough bits on this one are lovely — one of the things I love about php & (non-uglified) js is being able to go to definition, figure about and gain a notion around extending things
tonysm.com
New video is out! With Turbo.js, we can deliver Turbo Streams in 3 ways: adding to the DOM, returning a special document that only contains Turbo Stream tags with a custom MIME type, or broadcasting via WS/SSE. Let's see how we can add a 4th way: HTTP Streaming.

youtu.be/vGr0vI3n22c
Streaming Turbo Streams Over HTTP
YouTube video by Tony Messias
youtu.be
tonysm.com
New video is out! With Turbo.js, we can deliver Turbo Streams in 3 ways: adding to the DOM, returning a special document that only contains Turbo Stream tags with a custom MIME type, or broadcasting via WS/SSE. Let's see how we can add a 4th way: HTTP Streaming.

youtu.be/vGr0vI3n22c
Streaming Turbo Streams Over HTTP
YouTube video by Tony Messias
youtu.be
tonysm.com
New video on how we can deploy Laravel apps with Kamal (V2!) is out! This demo app uses MySQL, Ollama, and it hints at something we'll cover in the next video: being able to stream Turbo Streams directly from HTTP.

youtu.be/_UtZIgDLZXE
Deploying Laravel Apps with Kamal V2
YouTube video by Tony Messias
youtu.be
tonysm.com
I usually run this Bash one-liner when I have one of those:

while true; do ./vendor/bin/phpunit --filter my_test || break; done;

this will run it until it breaks.
tonysm.com
Nice. I'll join you and will also record a video this weekend!
Reposted by Tony Messias
mattstauffer.com
Just added another round of new entries to BuiltWithLaravel. Need to make the process to add entries faster so I can get them in there, but still adding a few a week!

(builtwithlaravel.com)
tonysm.com
I recently gave a talk about Hotwire Native (and Hotwire 101) for Laravel Devs. Decided to record it and share. I cover Hotwire for the web, then jump into Hotwire Native. There's a demo app at the end where I show most of what I cover in the talk. I hope you enjoy it!

youtu.be/NKkLzsP9cK0
Hotwire Native (and Hotwire 101) for Laravel Devs
YouTube video by Tony Messias
youtu.be