Now that I’m home from Laracon I can’t wait to plan the next PHP×Philly meetup! Keep an eye out on the next week or two if you’re in the region…
02.08.2025 21:29 — 👍 16 🔁 1 💬 1 📌 0@belz.dev.bsky.social
Software developer, fire fighter, bad snowboarder :)
Now that I’m home from Laracon I can’t wait to plan the next PHP×Philly meetup! Keep an eye out on the next week or two if you’re in the region…
02.08.2025 21:29 — 👍 16 🔁 1 💬 1 📌 0This is so cool- I’m putting a pin in this for later. I used to have a flipdot display similarly sized- gah thanks for sharing
31.07.2025 14:25 — 👍 1 🔁 0 💬 0 📌 0Mary Perry presenting on design patterns at Laracon US 2025. She's standing on stage in front of a screen in front of a large audience
@mary.win is breaking brains right now
29.07.2025 17:41 — 👍 17 🔁 1 💬 1 📌 0breaking php news: Dan Harrin (creator of filament) is coming on my channel live next friday to talk about filament 4.
schedule:
- june 13: Dan Harrin (friday)
- june 16: Jeffrey Way (monday)
subscribe so you don’t miss it: youtube.com/@nunomaduro 🔥
Chris Morrell, CEO/CTO at InterNACHI Laracon US July 29-30, 2025 in Denver CO, US
Excited (and more than a bit nervous) to be speaking at Laracon US this year!
12.05.2025 13:43 — 👍 32 🔁 2 💬 6 📌 3It's the announcement we've all been waiting for 🔥
filamentphp.com/content/alex...
Built with Astro 🚀
hypertext.tv
Jacob talks about the Laravel Unique package, which provides a trait for Laravel Eloquent models to ensure a field remains unique within specified constraints.
Listen to the full episode below or find out more about the package: laravel-news.com/laravel-unique
If you've been following along with my Dusk experiments, I just put up a draft PR: github.com/laravel/dusk...
If you have a big Dusk test suite, I would *love* for you to pull down my version and see how it works for you…
major league idea 💡 #PhillyWantsBen
28.03.2025 00:30 — 👍 0 🔁 0 💬 0 📌 0Drag & drop in Laravel Prompts is cool, but right click context menus? Super cool surely?! 😁
Somebody tell me I'm not going too far 👀 Anyone?!
The recording of @johnrudolphdrexler.com's talk from @phpxphilly.com is up!
This was a *great* talk (even if I managed to not record the first 4 mins of audio 😭). Everyone who is on a team should watch it.
www.youtube.com/watch?v=cfH_...
🔥🔥
03.03.2025 02:35 — 👍 1 🔁 0 💬 0 📌 0Birds
10.02.2025 08:36 — 👍 1 🔁 0 💬 0 📌 0default to Livewire guy... I am looking to get into React/ReactNative/**Expo** - so if anyone has any courses they would like to recommend, I'd love to hear em', thank you!
19.12.2024 17:01 — 👍 0 🔁 0 💬 0 📌 0``` <?php namespace App\Concerns\Models; use Illuminate\Database\Eloquent\Concerns\HasUuids; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Str; trait HasRMSID { use HasUuids; public static function bootHasRMSID(): void { static::creating(function (Model $model) { $model->forceFill([ 'short_uuid' => $model->short_uuid ?? Str::afterLast($model->uuid, '-'), ]); }); } } ```
I use auto-incrementing ids for under-the-hood relations; and public facing is uuid 4 trails.
instead of `/users/9d962027-f7ac-4fa3-97b3-3d8e614a6da2` this becomes:
`/users/3d8e614a6da2`.
works for me, and for my users :)
For the most part, all public models have our little model trait:
So thankful 😌!
23.11.2024 03:38 — 👍 0 🔁 0 💬 0 📌 0I have a tab dedicated only to shengs feed
@sheng.dev one of your followers is super dedicated 😚
22.11.2024 04:23 — 👍 1 🔁 0 💬 1 📌 1Hey - I really like this PR!
20.11.2024 23:08 — 👍 1 🔁 0 💬 1 📌 0Sneak peek time! 👀
Deploy Laravel with PaaS-like features in 10 mins on a $5/mo VPS 🤯
Yesterday's response was incredible! Spin v3 open source beta drops next week 🥳
👇 Full length video here:
youtu.be/9dfW2eI9Joo
Multi-selects just dropped in Flux!
Been a long time coming on this one. Building a good searchable multi-select is...well...not easy lol
Dig it in a fancy lil blog post I slapped up: fluxui.dev/blog/2024-11...
I know every time @joe.codes goes on stage we all crap our pants and go, "holy smokes Joe." But good grief.
08.11.2024 02:12 — 👍 13 🔁 3 💬 2 📌 0Image announcing John Rudolph Drexler as a speaker at the November 14th PHP NYC
Thrilled to welcome @johnrudolphdrex.bsky.social back to the PHP × NYC stage for a brand new talk!
You won't want to miss this, it's gonna be a good 'un.
phpxnyc.com/rsvp
Just merged in another big feature in for @filamentphp.com v4... native two-factor authentication!
It's driver-based, so you can replace the "Google Authenticator-style app" with email (also a built-in driver) or SMS codes if you want.
A dedicated `OneTimeCodeInput` form field too 🧑🎨
Like almost all social media platforms in their early days, the vibes are great right now because everyone’s posting about the things they love.
It always goes south when everyone starts posting about the things they hate.
How about this time we all agree to keep it this way?
I had a great time tonight at PHPxPhilly. It was great to talk to you all! Great job on your talk @sifrious.bsky.social! Big thanks to @cmorrell.com for organizing & @andrewmead.bsky.social for hosting!
31.10.2024 02:46 — 👍 7 🔁 3 💬 0 📌 0The PHP×Philly meetup tonight was amazing. We had 6 people at the last one and 20 tonight. For a second I was worried that we weren’t all going to fit!
It was a joy to meet a bunch of Laravel devs from the area, and see some new friends for the second or third time. Can’t wait for the next one!
We took the Inertia.js infinite scroll component for 2.0 and turbo boosted it:
- ⬆️ Reverse infinite scroll
- 👬 Multiple infinite scroll components on the same page
- 🔃 *Two way* infinite scroll
- 🔗 Syncing page state in URL
- 🖱️ Manual mode after X requests
🚀👨🚀
Speed run to get it under one minute:
The next PHP×Philly meetup is this Wednesday! If you're in #philly come join us!
phpxphilly.com/meetups/2300...
Been using a Leatherman Rebar for a few years, on the hip. As for pocket clip, CRKT Drifter.
26.10.2024 22:48 — 👍 2 🔁 0 💬 0 📌 0