Ditto
banner
codingditto.bsky.social
Ditto
@codingditto.bsky.social
Coding monkey - Laravel
@taylorotwell.bsky.social Forgev2 looks amazing. The instant ssh feature is going to make team troubleshooting so much easier. Amazing.
July 29, 2025 at 10:58 PM
Nightwatch is probably going to be my first buy after this Laracon. Anything to ensure that our payment jobs and https request aren’t bugging out without throwing flags.

#laracon #laravel
July 29, 2025 at 10:25 PM
@nunomaduro.com

Amazing talk. I can’t wait to start using ->debug() in my testing. Thank you for making me not want to jump off a building every time I test.
July 29, 2025 at 4:16 PM
PEST new methon ->debug() is going to be a game changer in my testing.

#PEST #php #laravel #laracon
July 29, 2025 at 4:00 PM
Laracon 2025 about to kick off.

#laracon #laravel #php
July 29, 2025 at 3:17 PM
The great thing about Github is merging branches.

The terrible thing about Github is merging branches.

#laravel #Laravel #php
July 1, 2025 at 4:15 PM
I feel like I am finally starting to understand Buses. I can finally stop scheduling 10 jobs with 15m gaps.

#laravel #Laravel #php
June 27, 2025 at 6:00 PM
Reposted by Ditto
🫵 You @ Laracon US

🎟️ WIN a ticket to the conference

FREE to enter

Goodies for 🥈 and 🥉 place too!

👉 nativephp.com/laracon-us-2...
NativePHP
Build native applications, with the tools you already know.
nativephp.com
June 23, 2025 at 2:34 PM
Url params are super easy in Livewire. I was putting off working on this feature since I didn't want to pass the params to the back end and all that jazz. Name the variable, add the property, and bam - done.
#laravel #livewire
April 8, 2025 at 7:45 PM
Laracon 2025! Get your tickets early. They tend to go pretty quick.

#Laracon #Laravel #php

laracon.us
Laracon 2025
The flagship Laravel conference.
laracon.us
February 3, 2025 at 7:05 PM
Reposted by Ditto
Writing an API spec is a great start, but if you're not validating that your implementation matches your spec, you're not getting the full value out of the spec. I share a story from a recent project that highlights this point. masteringlaravel.io/daily/2025-0...
Don't just write the API spec, validate it too | Mastering Laravel
It really doesn't take much effort
masteringlaravel.io
January 17, 2025 at 3:47 PM
My data sucks. Make it suck less.

I started using Attributes on my models to help clean up my database, creating more consistent entries. It's a clean way of casting you models in and out of the database.

#laravel #php
January 17, 2025 at 7:59 PM
Filament Tip

I find myself having some tables stripped and some that I forget to strip on my panels. If you want to be consistently and lazy, set your filament table in you AppServiceProvider to always be stripped.

#laravel #php #Filament
January 16, 2025 at 10:11 PM
I think Fartcoin is the universe making a clear point that I don’t understand economics.
December 18, 2024 at 4:18 PM
Checking in to watch Jason’s stream. It’s really cool to see his process and thought patterns.

#laravel #php

www.youtube.com/live/-RpxNDy...
YouTube
Share your videos with friends, family, and the world
www.youtube.com
December 18, 2024 at 3:43 PM
Alright, here is something that I took too long to start using -- datasets. I started making datasets that are made with data from production that experienced some type of bug.

New bug -> add to dataset.
When it passes the tests = Its good forever ... mostly.

#Pest #PHP #Laravel
December 17, 2024 at 2:35 PM
Ran across this issue yesterday -- Huge CSVs.

By default, Livewire sets the max size of files in temp to 12MB. I need a lot more space so I published the config files and set a new max. The, boom, it works.

#livewire

#laravel

#PHP
December 11, 2024 at 8:14 PM
I love Filament. Working on a project where I need to let the user download a CSV. What would take weeks only takes hours with Filament. Filament has features for Import, Export, and Database Notifications.

#PHP #Laravel #Filament
December 11, 2024 at 7:37 PM
Laravel Development ❤️ Filament

It takes minutes, not days to to develop a fully functional backend panel for my apps. Not only that, but you can turn around and use Filament assets or even whole panels on the front end. Got to use it.
Filament - Accelerated Laravel development framework: admin panel, form builder, table builder and more
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
filamentphp.com
December 6, 2024 at 7:40 PM
Be nice to future you. Always artisan your factory. Just do it. You will need it.

#laravel #php
December 4, 2024 at 4:09 PM
Might just be posting to find this for myself on my next Laravel project. Don't forget to go to your phpunit.xml file and un-comment the DB_CONNECTION. This way your test don't wipe you database. Ensure you add your uses(RefreshDatabase::class) to your test and your good to go.
#laravel #pest #php
December 4, 2024 at 4:04 PM
One of the great things about Laravel-Tailwind combo is customizing breaking points. I am working on a project that needs to render in smaller iframes. Adding smaller breaking points is a life saver. Added smaller and supper smaller views.
#laravel #tailwindcss
December 4, 2024 at 3:55 PM
Reposted by Ditto
Ok, share and download them before they’re gone!

jrmybtlr.com/backgrounds
Bootleg Laravel Backgrounds
A collection of Laravel backgrounds
jrmybtlr.com
December 2, 2024 at 11:49 AM