Blog
Insights, guides, and best practices from the Laravel Company team.
Laravel 5.4 change the subject of markdown mail
# Mastering Mail Subject Lines: How to Control Your Markdown Mailables in Laravel As developers working with Laravel, we often leverage the elegant features...
export 'default' (imported as 'Vue') was not found in 'vue' in Vue 3 and Laravel
# Resolving the Export Nightmare: Dealing with 'default' in Vue 3 and Laravel Applications As a senior developer working on hybrid frameworks like Laravel and...
LARAVEL Payload is invalid error but decrypted data is correct
# Decrypting the Mystery: Why Laravel `Payload is invalid` Strikes When Data Appears Correct As developers, we often dive into complex features like data...
Laravel Inertia check current route In JSX file?
# Laravel Inertia: How to Check Current Route in Your JSX Files As developers building modern, full-stack applications with Laravel and Inertia, we often find...
Laravel Eloquent Lazy Eager Load Count
# Mastering Eloquent Counts: The Best Way to Eager Load Relationships As senior developers working with Laravel, we constantly strive for code that is not only...
Laravel5: View [app] not found. resources/views/auth/login.blade.php
# Decoding the Laravel Subdomain Mystery: Resolving "View [app] not found" As senior developers, we often encounter situations where code behaves perfectly in...
Laravel: How can I fake an http request to a 3rd party & mock json response
# Laravel: How to Fake External HTTP Requests and Mock JSON Responses Iâm hearing this a lot in the testing world: when you start working with external APIs,...
Connection could not be established with host smtp.gmail.com Network is unreachable #101 error in Laravel email
# Solving the "Connection could not be established with host smtp.gmail.com Network is unreachable #101" Error in Laravel As developers, we often encounter...
What is the difference between Section and Stack in Blade?
# Section vs. Stack in Blade: Mastering Content Inheritance in Laravel As developers working with Laravel and Blade templating, we constantly seek ways to...
Login using single sign on (SSO) in Laravel
# Achieving Seamless Experience: Implementing Single Sign-On (SSO) in Laravel Implementing Single Sign-On (SSO) across multiple domains is a classic...
What is the best practice for adding constants in Laravel?
Title: The Best Practices for Adding Constants in Laravel Introduction: As a developer new to Laravel, managing your project's constants can be perplexing with...
Laravel Ajax Call to a function in controller
# Mastering AJAX in Laravel: Calling Controller Functions from Your View As a senior developer, I often see new Laravel users hit a roadblock when trying to...