Hatthi (@hatthidev) 's Twitter Profile
Hatthi

@hatthidev

From idea to MVP at lightning speed. Build Laravel apps faster with AI & low-code. 🚀 #Laravel #MVP

ID: 1907317977525194752

linkhttps://hatthi.stx-software.com calendar_today02-04-2025 06:23:44

96 Tweet

6 Takipçi

93 Takip Edilen

Sabowa Ryan (@sabowaryan) 's Twitter Profile Photo

Laravel Tips 💡 1️⃣ Use isDirty() before saving to prevent unnecessary database writes. Combine getOriginal() with wasChanged() for precise audit logging. getChanges() is handy for debugging or event-driven change tracking.

Laravel Tips 💡

1️⃣ Use isDirty() before saving to prevent unnecessary database writes. Combine getOriginal() with wasChanged() for precise audit logging. getChanges() is handy for debugging or event-driven change tracking.
Hatthi (@hatthidev) 's Twitter Profile Photo

This solution has limitations when it comes to using Octane, but it's a good starting point to ensure that you only have one model instance at a time for a certain DB record: ollieread.com/articles/a-min…

Hatthi (@hatthidev) 's Twitter Profile Photo

A very interesting read about why phpinfo() can be a security threat even when you're making its data available only for admin accounts! #PHP #Laravel securinglaravel.com/security-tip-d…

Hatthi (@hatthidev) 's Twitter Profile Photo

How to use the throttle middleware to prevent unwelcome guests from trying to log in multiple times in a row (unless they change their email or ip) #Laravel #PHP

Hatthi (@hatthidev) 's Twitter Profile Photo

Now this looks like an interesting package if you need to perform some more complicated operations on your media files! #Laravel #PHP

Hatthi (@hatthidev) 's Twitter Profile Photo

It looks like the pipe operator ( |> ) is coming to #PHP! Looking forward to see it used in #Laravel applications! reddit.com/r/PHP/comments…

Hatthi (@hatthidev) 's Twitter Profile Photo

Ah, #LaravelDaily to the rescue! A starter kit based on Blade only, excellent for those apps that really don't need the complexity Vue, React, or even Livewire bring. #Laravel

Hatthi (@hatthidev) 's Twitter Profile Photo

A nice tutorial on how to implement RSS feed with Spatie's laravel-feed package: #Laravel #PHP #Spatie codecourse.com/articles/the-e…