Blog

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

Laravel Company

How to get the only hours and minutes in laravel blade?

# Mastering Time Display in Laravel Blade: Getting Hours, Minutes, and Seconds Welcome to the world of Laravel development! As you start working with dates and...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel- How to Remove a key from collection?

# Laravel: How to Remove a Key from a Collection? Mastering Data Manipulation in PHP As developers working with Laravel, we constantly deal with manipulating...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to delete file from public folder in laravel 5.1

Title: Deleting Files from Public Folder in Laravel 5.1 Introduction: Deleting files or images associated with a particular data record is an essential...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel nova resource extending/overriding the create method

# Mastering Laravel Nova: Extending and Overriding the `create` Method Developing complex administrative interfaces with Laravel Nova is a fantastic step...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Pagination links() not working

# Laravel Pagination Links() Not Working: A Deep Dive into Paginator Issues Dealing with pagination in Laravel is a fundamental task, but sometimes the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel How to Make Custom Validator?

# Laravel How to Make Custom Validators: Extending the Core Logic As developers working with Laravel, we often find ourselves in situations where the built-in...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.5 Eloquent get distinct with more than 1 column

# Mastering Distinct Selections in Laravel Eloquent: Solving the Group By Paradox As developers working with relational databases through an Object-Relational...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to test Laravel 5 jobs?

# How to Test Laravel Jobs: Catching Events After Job Completion Testing asynchronous processes, such as Laravel Jobs, presents a unique challenge compared to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Select2 is not willing to work with Laravel 9 and Vite? Am I missing something?

# Select2 is not willing to work with Laravel 9 and Vite? Am I missing something? A Deep Dive into JavaScript Dependency Loading As a senior developer working...

2026-06-29 Stefan Bogdanescu
Laravel Company

fatal error class name must be a valid object or a string

# Debugging Fatal Errors: Solving "Class Name Must Be a Valid Object or a String" in Laravel Controllers Welcome to the world of Laravel and PHP! As you dive...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2: Class Imagick not found

# Solving the Laravel Mystery: Why 'Class Imagick does not exist' Appears in Your Service As senior developers, we often encounter frustrating bugs where code...

2026-06-29 Stefan Bogdanescu
Laravel Company

Fetch specific fields on a hasMany relation

# Mastering Eager Loading: How to Fetch Only Specific Fields from a `hasMany` Relation As developers working with Eloquent and Laravel, eager loading...

2026-06-29 Stefan Bogdanescu