Blog

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

Laravel Company

Timestamps (updated_at, created_at) are null in Laravel 5

Timestamps (updated_at, created_at) are Null in Laravel 5: Troubleshooting and Solutions When you face problems with timestamps (created_at and updated_at)...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel cors "Class cors does not exist" error

Title: Troubleshooting Laravel CORS Issues: Resolving the "Class cors does not exist" Error Introduction: Working with cross-origin resource sharing (CORS) can...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Error: Method Illuminate\View\View::__toString() must not throw an exception

Title: Laravel Error: Method Illuminate\View\View::__toString() must not throw an exception - A Comprehensive Guide for Developers Body: Have you seen this...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.4 --> forbidden 403 on files in Storage with 'public' visibility

Title: Resolving Laravel 5.4 Storage Class Issues with Public File Visibility Introduction: Laravel's File Storage is an efficient way to manage file uploads...

2026-06-29 Stefan Bogdanescu
Laravel Company

Eloquent ORM laravel 5 Get Array of ids

Eloquent ORM Laravel 5 Get Array of IDs Laravel's Eloquent Object-Relational Mapper (ORM) is an elegant way to interact with your application's data. It makes...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - how to calculate the sum of objects in an array in blade view

# Laravel: How to Calculate the Sum of Objects in an Array in a Blade View When working with dynamic data in Laravel, especially when iterating over...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel convert an array to a model

Title: Effortlessly Convert an Array into a Laravel Model Introduction: In this blog post, we will explore the process of converting a given array to a model...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to test authentication via API with Laravel Passport?

Title: Comprehensive Guide on Testing Authentication via API with Laravel Passport Testing authentication in an application can be a daunting task due to its...

2026-06-29 Stefan Bogdanescu
Laravel Company

get the request values in Laravel

Title: Get Request Values in Laravel: Working with Forms and Search Queries Introduction: In your Laravel application, you wish to create a flexible search...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel queue:restart is not killing workers

Title: Troubleshooting Laravel Queue Workers: Understanding Why 'queue:restart' Isn't Killing Them Introduction Laravel is one of the most popular PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel get POSTed data using request

Title: Accessing POSTed Data from Request in Laravel Body: In Laravel, handling request data is an essential task for any developer. You might come across...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to Set Session Variable when User Login in Laravel

Title: Effectively Managing Sessions During User Login in Laravel Applications Introduction: In this blog post, we will explore how to efficiently handle...

2026-06-29 Stefan Bogdanescu