<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/laraveldaily/best-of/2024/09" -->

---
title: Best Laravel Daily posts — September 2024 | daily.dev
description: The most upvoted Laravel Daily posts from September 2024, curated by the daily.dev community.
canonical: https://daily.dev/sources/laraveldaily/best-of/2024/09
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/laraveldaily/best-of/2024/09
og:type: website
og:site_name: daily.dev
og:title: Best Laravel Daily posts — September 2024 | daily.dev
og:description: The most upvoted Laravel Daily posts from September 2024, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Laravel Daily — September 2024

1. 1  
[](https://daily.dev/posts/laravel-mini-crm-for-beginners-in-1-hour-step-by-step-b4pr3drns "Laravel Mini CRM for Beginners in 1 Hour: Step-by-Step")  
Video  
![Avatar of laraveldaily](https://media.daily.dev/image/upload/s--vzdgNGfl--/f_auto/v1725044498/logos/laraveldaily)Laravel Daily · 2y  
Laravel Mini CRM for Beginners in 1 Hour: Step-by-Step  
The post introduces a step-by-step tutorial for building a mini CRM using Laravel in one hour, focusing on beginner-friendly concepts. It covers creating CRUD operations for users, clients, projects, and tasks, including role-based access control and soft deletes. The author shares the source code and describes the process of setting up Laravel Breeze for authentication and using the Spatie Laravel Permission package for roles and permissions.  
44  
1
2. 2  
[](https://daily.dev/posts/12-laravel-php-tips-in-8-minutes-august-2024-vlv7yd2y4 "12 Laravel/PHP Tips in 8 Minutes: August 2024")  
Video  
![Avatar of laraveldaily](https://media.daily.dev/image/upload/s--vzdgNGfl--/f_auto/v1725044498/logos/laraveldaily)Laravel Daily · 2y  
12 Laravel/PHP Tips in 8 Minutes: August 2024  
Discover 12 handy Laravel and PHP tips gathered from Twitter for August 2024\. These include SQL best practices, filtering emails in Laravel validations, specific uses of the explode function in PHP, and optimizing Laravel performance. Also included are general advice on handling tutorials, particularly those generated by AI, and notable announcements from the Laravel community. Perfect for both developers looking to refine their techniques and those eager to stay updated with the latest in the Laravel ecosystem.  
42  
2
3. 3  
[](https://daily.dev/posts/laravel-scheduler-5-tricks-you-may-not-know-mc02xsydu "Laravel Scheduler: 5 "Tricks" You May Not Know")  
Video  
![Avatar of laraveldaily](https://media.daily.dev/image/upload/s--vzdgNGfl--/f_auto/v1725044498/logos/laraveldaily)Laravel Daily · 2y  
Laravel Scheduler: 5 "Tricks" You May Not Know  
Learn lesser-known tricks for using the Laravel scheduler, including scheduling shell commands, using schedule constants, and handling tasks during maintenance mode. Discover how to set sub-minute tasks and run the scheduler locally without a Cron job.  
22  
1
4. 4  
[](https://daily.dev/posts/new-in-laravel-11-22-eloquent-inverse-relations-to-avoid-n-1-query-ffgone3ai "NEW in Laravel 11.22: Eloquent Inverse Relations to Avoid N+1 Query")  
Video  
![Avatar of laraveldaily](https://media.daily.dev/image/upload/s--vzdgNGfl--/f_auto/v1725044498/logos/laraveldaily)Laravel Daily · 2y  
NEW in Laravel 11.22: Eloquent Inverse Relations to Avoid N+1 Query  
Laravel 11.22 introduces a new feature, Eloquent inverse relations, contributed by Samuel Levy, to address the N+1 query problem. This feature allows for more efficient querying by using an 'inverse' relationship, reducing the number of database queries needed when accessing related models. It simplifies the process of managing relationships in Laravel and helps prevent circular references. Significant discussions and debates went into its development, which included contributions from Taylor Otwell at Laracon US.  
19
5. 5  
[](https://daily.dev/posts/new-defer-in-laravel-11-23-no-queue-needed-anymore--zuodr13rh "NEW defer() in Laravel 11.23: No Queue Needed Anymore?")  
Video  
![Avatar of laraveldaily](https://media.daily.dev/image/upload/s--vzdgNGfl--/f_auto/v1725044498/logos/laraveldaily)Laravel Daily · 2y  
NEW defer() in Laravel 11.23: No Queue Needed Anymore?  
Laravel 11.23 introduced the defer() function, which allows executing tasks in the background without configuring queue drivers. This function postpones execution until after the response is sent to the user's browser, providing an efficient way to handle background tasks. The feature is in beta and serves as an updated version to the existing terminable middleware, but with a broader range of applications.  
18  
2

[See all Laravel Daily archives](/sources/laraveldaily/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/laraveldaily/best-of/2024/09#page","url":"https://daily.dev/sources/laraveldaily/best-of/2024/09","name":"Best Laravel Daily Posts — September 2024","description":"The most upvoted Laravel Daily posts from September 2024, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/laraveldaily/best-of/2024/09#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/laravel-mini-crm-for-beginners-in-1-hour-step-by-step-b4pr3drns","name":"Laravel Mini CRM for Beginners in 1 Hour: Step-by-Step"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/12-laravel-php-tips-in-8-minutes-august-2024-vlv7yd2y4","name":"12 Laravel/PHP Tips in 8 Minutes: August 2024"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/laravel-scheduler-5-tricks-you-may-not-know-mc02xsydu","name":"Laravel Scheduler: 5 \"Tricks\" You May Not Know"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/new-in-laravel-11-22-eloquent-inverse-relations-to-avoid-n-1-query-ffgone3ai","name":"NEW in Laravel 11.22: Eloquent Inverse Relations to Avoid N+1 Query"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/new-defer-in-laravel-11-23-no-queue-needed-anymore--zuodr13rh","name":"NEW defer() in Laravel 11.23: No Queue Needed Anymore?"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Laravel Daily","item":"https://daily.dev/sources/laraveldaily"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/laraveldaily/best-of"},{"@type":"ListItem","position":5,"name":"September 2024"}]}]}
```

