Blog
Insights, guides, and best practices from the Laravel Company team.
Laravel form method get - url parameters
# Mastering Laravel GET Requests: Moving Beyond Simple Query Strings to Dynamic URL Paths As a senior developer working with the Laravel ecosystem, I...
Laravel print array in blade php
Title: Displaying Arrays in Blade Templates - A Comprehensive Guide to Laravel Print Array in Blade PHP Introduction: The Laravel framework offers a powerful...
Enums extend or use traits (reusability)
# Enums Extend or Use Traits: Mastering Reusability in PHP As developers working with modern PHP features, especially enumerations (enums), achieving true...
sending mail in Laravel 5.4 using Mailgun get error code " 401 UNAUTHORIZED` response: Forbidden "
# Solving the Mailgun Authentication Error in Laravel 5.4: A Deep Dive into the 401 Forbidden Issue Sending emails reliably is a cornerstone of any...
Add jQuery on laravel 5.4 mix
# Mastering Asset Management: Adding jQuery in Laravel 5.4 Mix As a developer transitioning between major framework updates, especially when dealing with asset...
Laravel - Which cache driver to use?
# Laravel: Which Cache Driver to Use for Optimal Performance Dealing with caching in any large application can feel like navigating a maze. You know you need...
Simple application built with laravel?
# Building Your First Application: A Simple Guide to Starting with Laravel It is incredibly common for developers diving into a powerful framework like Laravel...
Laravel Sanctum with uuid column in User model doesn't save tokenable_id
# Laravel Sanctum with UUIDs: Solving the `tokenable_id` Integrity Constraint Violation As developers increasingly move towards distributed systems and...
Extending Multiple Classes In Laravel
# Extending Multiple Classes in Laravel: Mastering Behavior with Traits As a senior developer working within the Laravel ecosystem, you frequently encounter a...
How to retrieve Laravel Passport access token expiration duration or datetime?
# How to Retrieve Laravel Passport Access Token Expiration Duration or Datetime As developers building secure APIs with Laravel and Passport, managing token...
How to fix 'Actions must be plain objects. Use custom middleware for async actions.'
# How to Fix 'Actions must be plain objects. Use custom middleware for async actions.' in Redux Thunks As a senior developer working with the Laravel...
What are Mutators and Accessors in Laravel
# Mastering Data Control: Understanding Accessors and Mutators in Laravel Eloquent As a senior developer working with the Laravel ecosystem, we constantly seek...