Implicit and Explicit Route Model Binding

## 1. Implicit Route Model Binding ``` // Define a route wi...

Handle Unmatched Routes with Fallback Routes

When no route is matched, Route Fallback can be used to hand...

How to Automatically Add User Info to Logs

Log::withContext adds a global context to all logs within th...

Keep Data Without Deleting It: Using Laravel Soft Delete

Laravel Soft Delete lets "delete" records without actually r...

Custom Blade Directives in Laravel

Laravel allows you to create custom Blade directives, making...

Handling Dates with Carbon Date Helpers

Carbon Helper simplifies working with dates, making it easie...