Blog

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

Laravel Company

Laravel: how to "disable" a global scope in order to include "inactive" objects into query?

# Laravel: How to "Disable" a Global Scope to Include Inactive Objects in Queries As developers working with Eloquent, global scopes offer an incredibly...

2026-06-29 Stefan Bogdanescu
Laravel Company

Delete Method in Axios, Laravel and VueJS

# Mastering Deletions: Navigating Axios, Laravel Routes, and VueJS State Sending HTTP requests, especially destructive ones like `DELETE`, between a frontend...

2026-06-29 Stefan Bogdanescu
Laravel Company

Inserting with relationships in laravel

# Mastering Relationships: Inserting Data Across Eloquent Models in Laravel As senior developers, we often grapple with synchronizing data across multiple...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4: Adding where clause to a join condition

# Mastering Joins in Laravel: Where Clauses and The Right Place It’s a very common point of confusion when working with complex database queries in Laravel,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Model::create or Model->save()

# Laravel Eloquent: `Model::create()` vs. `Model->save()` – Which Path Should You Choose? As developers working with Eloquent in Laravel, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4: how to update multiple fields in an Eloquent model?

# Laravel Eloquent: The Best Way to Update Multiple Fields in an Eloquent Model Updating data in a database using Eloquent is where the framework truly shines,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel "Unable to locate a class or view for component" in production environment

Title: Resolving "Unable to locate a class or view for component" Error in Laravel Production Environment Introduction: Laravel is an incredible framework that...

2026-06-29 Stefan Bogdanescu
Laravel Company

POST 419 (unknown status) laravel error

# Decoding the POST 419 Error in Laravel AJAX: Mastering CSRF Protection As a senior developer working with the Laravel ecosystem, you frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Run one file or map in phpunit

# Mastering Specificity: How to Run Single Files or Folders in PHPUnit As developers working within the Laravel ecosystem, writing comprehensive test suites is...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to encrypt laravel 5.2 URL or Routes?

# How to Secure Your Laravel Routes: Beyond Simple URL Obfuscation As a senior developer working with frameworks like Laravel, security is not an...

2026-06-29 Stefan Bogdanescu
Laravel Company

What is the difference between queue:work --daemon and queue:listen

# Understanding Queue Workers: `queue:work --daemon` vs. `queue:listen` Setting up an efficient background job processing system in Laravel often involves...

2026-06-29 Stefan Bogdanescu
Laravel Company

Permissions Issue with Laravel on CentOS

# Resolving Laravel Permission Issues on CentOS: A Deep Dive into File System Permissions Deploying a modern framework like Laravel onto a Linux distribution,...

2026-06-29 Stefan Bogdanescu