Blog

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

Laravel Company

Laravel orderBy with column value

# Mastering Complex Ordering in Laravel: Conditional Sorting with Raw Expressions As senior developers working with Laravel and Eloquent, we constantly...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do I calculate the Total Price of the Products in Shopping Cart using react.js

# How to Calculate the Total Price of Products in a Shopping Cart using React.js As developers building full-stack applications—especially those integrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

Using JavaScript to display Laravel's Variable

Title: Efficiently Display Laravel Variables using JavaScript Body: In this blog post, we will discuss how to efficiently display Laravel variables in your...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel livewire pass data between components

# Mastering Inter-Component Communication in Livewire: Passing Data Seamlessly As developers building dynamic interfaces with Livewire, one of the most common...

2026-06-29 Stefan Bogdanescu
Laravel Company

How I can merge two audio files - JavaScript?

# How I Can Merge Two Audio Files using JavaScript and AJAX When dealing with multi-source recordings, such as those captured via `RecordRTC` or the Web...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to make custom libraries in Laravel - as in codeigniter

# How to Build Reusable Logic in Laravel: The Modern Approach to Custom Libraries As a developer familiar with frameworks like CodeIgniter, you’ve encountered...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel livewire, render performance issue. How to manage hundreds of components?

# Mastering Livewire Performance: Managing Hundreds of Identical Components Efficiently As a senior developer working with complex applications, performance...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to pluck multiple columns in Laravel

# How to Pluck Multiple Columns in Laravel: A Developer's Guide As developers working with relational databases through Laravel, a very common requirement...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2 : How to retrieve data from one to one eloquent (hasOne) Relationship

# Laravel 5.2: How to Retrieve Data from One-to-One Eloquent (hasOne) Relationship As a senior developer, I frequently encounter scenarios where setting up...

2026-06-29 Stefan Bogdanescu
Laravel Company

carbon start of week sunday and endOfWeek Saturday not working

# Mastering Weekly Queries with Carbon: Why `startOfWeek` and `endOfWeek` Can Be Tricky As developers working with date and time manipulation in PHP, libraries...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel 8 : send email verification after registration laravel

# Laravel 8: Sending Email Verification After Registration – A Deep Dive into Token Management Building a robust API often involves complex workflows, and user...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to add "description" to a Filament Laravel List Page? (Show some text below the Title)

# How to Add "Description" to a Filament Laravel List Page? Welcome to the world of building powerful admin panels with Filament! It’s completely...

2026-06-29 Stefan Bogdanescu