You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Forms, Validation and Form Requests |:book:[Laravel Validation](https://laravel.com/docs/8.x/validation) <br> :clapper:[New in Laravel 6.13: Format Validation Error Field Name](https://www.youtube.com/watch?v=KD1SqLO58eE):clapper:[More videos](videos/forms-validation-requests.md)|
@@ -68,7 +68,7 @@ __Link icons: :book: Official Docs :clapper: Video :page_facing_up: Article :cap
68
68
| Create Custom Middleware Class |:book:[Defining Middleware](https://laravel.com/docs/8.x/middleware#defining-middleware) <br>|
69
69
|**Database Advanced**||
70
70
| Database Seeders and Factories |:book:[Database: Seeding](https://laravel.com/docs/8.x/seeding) <br>:book:[Defining Model Factories](https://laravel.com/docs/8.x/database-testing#defining-model-factories) <br> :clapper:[Laravel Factories: Generate and Re-use Fake Records](https://www.youtube.com/watch?v=MHBDUJ51Pqs) <br> :clapper:[More videos](videos/database-seeders-and-factories.md)|
@@ -90,7 +90,7 @@ __Link icons: :book: Official Docs :clapper: Video :page_facing_up: Article :cap
90
90
| Log Files in Laravel |:book:[Logging](https://laravel.com/docs/8.x/logging) <br>|
91
91
| Try-Catch and Laravel Exceptions |:book:[Error Handling](https://laravel.com/docs/8.x/errors) <br>:clapper:[Exceptions in Laravel: Why/How to Use and Create Your Own](https://www.youtube.com/watch?v=RTTXZVIL6tw) <br>|
92
92
| Local Debugging Tools: Debugbar, Telescope, Ray |:book:[barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) <br>:book:[Laravel Telescope](https://laravel.com/docs/8.x/telescope) <br>:book:[Spatie Ray (Premium Tool)](https://myray.app/) <br>:clapper:[Debug Eloquent Queries from API: Laravel Telescope](https://www.youtube.com/watch?v=SR3RzIfeozI) <br>:clapper:[Spatie Ray: Laravel Debugging with Pleasure](https://www.youtube.com/watch?v=n4pMxyAXeqY) <br>|
93
-
| Customizing Error Pages and Messages |:book:[Custom HTTP Error Pages](https://laravel.com/docs/8.x/errors#custom-http-error-pages) <br>:clapper:[Laravel Error Pages: Change Text or Customize Layouts](https://www.youtube.com/watch?v=iMAFUi6Z57k) <br>|
93
+
| Customizing Error Pages and Messages |:book:[Custom HTTP Error Pages](https://laravel.com/docs/8.x/errors#custom-http-error-pages) <br>:clapper:[Laravel Error Pages: Change Text or Customize Layouts](https://www.youtube.com/watch?v=iMAFUi6Z57k) <br>:clapper:[New in Laravel 8.26: Override 404 Page with Route Missing](https://www.youtube.com/watch?v=nvDCQDkcjN0) <br>|
94
94
| (optional) Third Party Bug Trackers: Bugsnag, Flare, Sentry, Rollbar |:book:[Bugsnag Laravel](https://docs.bugsnag.com/platforms/php/laravel/) <br>:book:[Flare Homepage](https://flareapp.io/) <br>:book:[Sentry Laravel](https://docs.sentry.io/platforms/php/guides/laravel/) <br>:book:[Rollbar Laravel](https://docs.rollbar.com/docs/laravel) <br>:clapper:[Bug Tracking in Laravel: Bugsnag vs Flare [Demo/Review]](https://www.youtube.com/watch?v=88UqUXhWwGA) <br>|
95
95
|**Sending Email**|:clapper:[Laravel: 3 Ways to Send a Welcome Email (Controller vs Observer vs Events)](https://www.youtube.com/watch?v=ZWzH6SOzjhI)|
96
96
| Mailables and Mail Facade |:book:[Mail & Mailables](https://laravel.com/docs/8.x/mail) <br>|
@@ -126,7 +126,7 @@ __Link icons: :book: Official Docs :clapper: Video :page_facing_up: Article :cap
126
126
|**Database/Eloquent Extra Features**||
127
127
| Model Observers |:book:[Eloquent Observers](https://laravel.com/docs/8.x/eloquent#observers) <br>:clapper:[Laravel Model: Check if Any Field Was Changed](https://www.youtube.com/watch?v=_xluet13xxE) <br>:clapper:[Eloquent Observers or Events Listeners? Which is Better?](https://www.youtube.com/watch?v=DvoaU6cQQHM) <br>|
128
128
| Raw Database Queries |:book:[Query Builder: Raw Expressions](https://laravel.com/docs/8.x/queries#raw-expressions) <br>|
129
-
| All Eloquent Features |:book:[All About Eloquent](https://laravel.com/docs/8.x/eloquent) <br>:capital_abcd:[Eloquent: Expert Level](https://laraveldaily.teachable.com/p/laravel-eloquent-expert-level) <br>:page_facing_up:[20 Laravel Eloquent Tips and Tricks](https://laravel-news.com/eloquent-tips-tricks) <br>|
129
+
| All Eloquent Features |:book:[All About Eloquent](https://laravel.com/docs/8.x/eloquent) <br>:capital_abcd:[Eloquent: Expert Level](https://laraveldaily.teachable.com/p/laravel-eloquent-expert-level) <br>:page_facing_up:[20 Laravel Eloquent Tips and Tricks](https://laravel-news.com/eloquent-tips-tricks) <br>:clapper:[Laravel Collections: 5 Methods with Real Examples](https://www.youtube.com/watch?v=isAz2GduuA0) <br> [More videos](videos/all-eloquent-features.md) <br>|
| Events and Listeners |:book:[Events and Listeners](https://laravel.com/docs/8.x/events) <br>:clapper:[Laravel: 3 Ways to Send a Welcome Email (Controller vs Observer vs Events)](https://www.youtube.com/watch?v=ZWzH6SOzjhI) <br>:clapper:[Laravel: Why Observers and Event Listeners are "Risky"](https://www.youtube.com/watch?v=A3bmLo77e5M) <br>|
0 commit comments