Backpack for Laravel
banner
backpackforlaravel.com
Backpack for Laravel
@backpackforlaravel.com
The most flexible admin panel for Laravel developers - 2.5M downloads and counting 📈 Follow us for tips & tricks on Laravel, Backpack & admin panels 💻
#Laravel lazy() vs get()

Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
December 23, 2025 at 12:30 PM
#Laravel #PHP

Do you map or loop? 👇

Functional elegance or just fancy syntax? What do you think👇
December 22, 2025 at 1:44 PM
🏠 #Laravel devs, which local server do you rely on for smooth development?
December 16, 2025 at 3:47 PM
#Laravel #PHP

Do you use compact() when passing data to views....?

Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇
December 11, 2025 at 12:30 PM
#Laravel Tip

Did you know... You can fetch a single column directly with value() — simpler & faster than first().
December 9, 2025 at 4:08 PM
🏠 #Laravel devs, which local server do you rely on for smooth development?
December 4, 2025 at 12:30 PM
#Laravel #PHP

Do you map or loop? 👇

Functional elegance or just fancy syntax? What do you think👇
November 28, 2025 at 12:30 PM
#Laravel Tip

Don't let database queries slow you down. Use Laravel's cache facade to cache data temporarily, reducing database queries.
November 24, 2025 at 12:30 PM
#Laravel #PHP

Do you use ?? or stick with isset() ?

Clean shortcut or confusing syntax? What do you think...👇
November 22, 2025 at 12:30 PM
We have GREAT news. After 2 months in beta, Backpack v7 is finally out for everybody to use. And with it:
- new components like DataTable, DataForm, DataGrid
- new functionality - Chips
- reusable Filters
- new versions of _everything_

Check out the first comment for the link:
November 22, 2025 at 11:17 AM
#Laravel #PHP

Do you prefer sending mail inline or using a Mailable class? 👇
November 21, 2025 at 12:30 PM
#Laravel #PHP

Do you use arrow functions everywhere? 👇

Cleaner or harder to read? 👇
November 17, 2025 at 12:30 PM
#Laravel #PHP

Ever replaced a bunch of isset() checks with optional chaining?

Smart move or risky readability hit? 👇
November 15, 2025 at 12:30 PM
#Laravel Tip

Did you know... Laravel understands your relations and lets you write much cleaner code👇
November 13, 2025 at 12:30 PM
#Laravel Tip

If you want to automatically delete old entries, you can use the Prunable Trait. No need to write custom commands:
November 11, 2025 at 12:30 PM
Laravel Collections Tip

Check out the static `times` method. It creates a new collection, invoking the given closure a specified number of times.
November 10, 2025 at 12:30 PM
#Laravel lazy() vs get()

Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
November 8, 2025 at 12:30 PM
#PHP Tip

Did you know... You can destructure arrays directly in the right-hand part of a foreach loop!

Give it a shot for cleaner and more readable code!
November 6, 2025 at 12:30 PM
#Laravel #PHP

Do you use compact() when passing data to views....?

Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇
November 4, 2025 at 8:11 AM
#Laravel lazy() vs get()

Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
October 31, 2025 at 12:30 PM
#Laravel Tip

Transfer large files seamlessly using streams:
October 28, 2025 at 12:30 PM
#PHP Tip

Did you know... You can destructure arrays directly in the right-hand part of a foreach loop!

Give it a shot for cleaner and more readable code!
October 25, 2025 at 11:30 AM
#Laravel #PHP

Do you use compact() when passing data to views....?

Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇
October 24, 2025 at 11:30 AM
#Laravel Tip

Did you know... You can fetch a single column directly with value() — simpler & faster than first().
October 23, 2025 at 11:30 AM
#Laravel #PHP

Ever replaced a bunch of isset() checks with optional chaining?

Smart move or risky readability hit? 👇
October 21, 2025 at 11:30 AM