#Laravel Tip
Did you know... filled() is smarter than has() β it also checks that the value isn't null or empty.
The most flexible admin panel for Laravel developers - 2.5M downloads and counting π Follow us for tips & tricks on Laravel, Backpack & admin panels π»
Joined October 2020
- #Laravel Tip Did you know.... tap() = Tweak and Return πͺ Yes, Laravel's tap() lets you modify an object and return it β perfect for clean, chainable code.
- #Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() β way more memory-efficient than get().
- #Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() β way more memory-efficient than get().


