Blog

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

Laravel Company

Add days to date in Laravel

Title: Adding Days to Dates in Laravel Using Carbon As a beginner in Laravel, you may come across situations where you need to manipulate dates in your...

2026-06-29 Stefan Bogdanescu
Laravel Company

Select all from table with Laravel and Eloquent

Title: Efficiently Retrieving All Rows from a Table Using Laravel 4 and Eloquent ORM Body: In today's web development landscape, choosing a robust framework...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel, Auth::user() in controller

Title: Understanding Laravel Auth::user() in Controllers Body: Laravel framework is a powerful PHP web application development tool, offering numerous features...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Middleware return variable to controller

Title: Improving Laravel Application Performance by Sharing Data Between Middleware and Controller Introduction: Laravel is an elegant PHP framework that...

2026-06-29 Stefan Bogdanescu
Laravel Company

Generate The Raw MySQL Query From Laravel Query Builder

Title: Generate The Raw MySQL Query From Laravel Query Builder Introduction In our quest to optimize application performance and better understand the...

2026-06-29 Stefan Bogdanescu
Laravel Company

delete confirmation in laravel

Title: Adding Confirmation on Delete Actions in Laravel Introduction: Deleting data can be an important task, especially when dealing with crucial information...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel get model attribute: difference between two methods

Title: Laravel get model attribute: Difference between two methods Introduction: When working with Laravel, you often need to get or display specific...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.3 Validation Fails when Variables are Null

Title: Understanding Laravel 5.3 Validation Behavior with Null Values and Missing Parameters Recently, you have faced some odd issues when upgrading your...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to avoid Maximum execution time of 60 seconds exceeded Laravel without change php.ini max_execution_time

Optimizing Laravel Code for Large Data Exports without Changing Maximum Execution Time You need to optimize your Laravel application's code for exporting large...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to remove Auth in Laravel (PHP artisan)

Title: Effortlessly Removing or Reinitializing Auth in Laravel (PHP artisan) Body: The Laravel framework has made life easier for developers by providing a...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get the application name in laravel?

Title: Accessing the Laravel Application Name Programmatically Body: One of the many benefits of using Laravel is its flexibility, allowing you to define...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel composer update : the requested PHP extension dom is missing from your system

Title: Troubleshooting "the requested PHP extension dom is missing from your system" during Laravel Composer update Body: Encountering errors while working on...

2026-06-29 Stefan Bogdanescu