Blog
Insights, guides, and best practices from the Laravel Company team.
Laravel Eloquent get result where relation data is null
# Mastering Eloquent: Fetching Records Where Relations Are Null As senior developers working with Laravel, managing relationships—especially many-to-many...
Laravel 5.6 Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Class '\App\Utilisateurs' not found
# Deconstructing the Laravel Request Lifecycle: Understanding the Middleware Pipeline When you debug an application or trace an incoming HTTP request through a...
Uncaught IntegrationError: Please call Stripe() with your publishable key. You used an empty string
# Uncaught IntegrationError: Why Your Stripe Publishable Key Might Be Empty in Laravel As a senior developer, I’ve seen countless integration headaches,...
Sending web push notifications from Laravel
# Sending Web Push Notifications from Laravel: The Developer's Guide As a senior developer working with Laravel, you are focused on robust backend logic,...
Formatting a Carbon date instance
Title: Formatting a Carbon Date Instance in Laravel for Displaying Dates in Custom Formats Introduction: Formatting dates is an essential part of any...
"Call to undefined function str_slug()" in Laravel 6.0
Title: Resolving "Call to undefined function str_slug()" Error in Laravel 6.0 Body: When upgrading your Laravel 5.8 project to version 6.0, you may encounter...
404 - Not Found Passport Api Route That Exists Laravel 8
# 404 - Not Found: Debugging Passport API Routes That Exist in Laravel 8 As a senior developer working with Laravel, you’ve likely encountered this frustrating...
How to get unique slug to same post-title for other time too?
# How to Get a Unique Slug for Duplicate Post Titles: A Developer's Guide As developers working with content management systems or blogging platforms, ensuring...
How to update PHP version in homestead
# How to Update PHP Version in Homestead: A Developer's Guide Dealing with outdated dependencies is a common hurdle in development environments. When working...
How to resolve 'Illuminate\Support\Facades\Route' error while debugging in Laravel?
# How to Resolve 'Illuminate\Support\Facades\Route' Error While Debugging in Laravel Debugging errors, especially those related to core framework classes like...
Laravel 5.6: Get selected value from a dropdown to use it in another
# Laravel 5.6: Dynamically Populating Dropdowns – The Best Way to Handle Dependent Selections As a senior developer working with the Laravel ecosystem, I...
glyphicons not showing with sass bootstrap integration
# Solving the Glyphicons Mystery: Integrating Bootstrap Fonts with Sass and Laravel Elixir Integrating large front-end frameworks like Bootstrap into a custom...