Blog

Insights, guides, and best practices from the Laravel Company team.

Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu