Blog

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

Laravel Company

How to get value from an array in vue.js

# Mastering Data Access: How to Get Value from Nested Arrays in Vue.js As developers working with modern front-end frameworks like Vue.js, we constantly deal...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent all with relationship

# Laravel Eloquent Relationships: Mastering Data Retrieval with Eager Loading Getting related data across multiple database tables is one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel where clause with DATEDIFF()

# Mastering Date Comparisons in Laravel: Using `DATEDIFF()` Effectively As senior developers working with large datasets, performing complex date-based...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Input::hasFile('image') returns false even if a File is uploaded

# Decoding Laravel File Uploads: Why `Input::hasFile()` Fails When You Expect It To Work As a senior developer, I've seen countless scenarios where seemingly...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - How to set a message on progress bar

# Laravel Console Commands: Mastering Progress Bars and Custom Messaging As developers working with Laravel, we often deal with command-line interfaces (CLI)...

2026-06-29 Stefan Bogdanescu
Laravel Company

GitHub Client on OS X Commit Fail ("Failed to add file ...)

# Decoding the Commit Failure: Why Your Laravel Vendor Files Refuse to Commit on macOS As senior developers, we all know the frustration of hitting a wall...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel query builder get custom attribute

# Mastering Custom Attributes in Laravel Queries: Getting Computed Values from Eloquent As a senior developer working with Laravel and Eloquent, you often run...

2026-06-29 Stefan Bogdanescu
Laravel Company

Is it possible to put a bootstrap glyphicon inside of a {{ Form::submit(' ')}} - Laravel

# Beyond Text: Putting Bootstrap Glyphicons Inside Laravel Form Submissions As developers working with the Laravel ecosystem, we often find ourselves balancing...

2026-06-29 Stefan Bogdanescu
Laravel Company

SQLSTATE[HY000] [2002] Connection refused within Laravel homestead

Title: Troubleshooting SQLSTATE[HY000] [2002] Connection refused errors in Laravel Homestead Introduction: Using Laravel with Homestead is an efficient way to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I echo the version of the current Laravel version in php using the view?

Title: Easily Display Laravel Version in Your PHP Views Body: As a Laravel developer, you may wonder how to access the Laravel version number within your...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Livewire: Components or Controllers?

# Laravel Livewire: Components or Controllers? Finding the Right Balance in Your Application Architecture When diving into the world of Livewire, a common...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to handle mySql POINT fields in Laravel

# How to Handle MySQL `POINT` Fields in Laravel: Mastering Spatial Data Retrieval As developers working with geospatial data, you often encounter the challenge...

2026-06-29 Stefan Bogdanescu