Blog

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

Laravel Company

Inertia: Reload page with updated data without modifying scroll position

Title: Effortlessly Reload Pages with Updated Data Using Inertia while Preserving Scroll Position Introduction In today's dynamic web applications, user...

2026-06-29 Stefan Bogdanescu
Laravel Company

Convert hour to PM and AM with Carbon

Title: Comprehensive Guide to Converting Hour Format Timestamps to AM/PM Using Carbon in PHP Abstract: In this blog post, we will explore how to convert hour...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel how to start server in production

Title: Running Laravel Servers in Production Mode Efficiently In this comprehensive guide, we will explore how to start your Laravel server for production use...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel LeftJoin where

Title: Resolving Laravel LeftJoin and Where Clause Issues in Eloquent Models Introduction: In your project, you are facing issues while joining two tables...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call external API function from controller, LARAVEL 4

Title: Calling External APIs from Laravel 4 Controllers: A Comprehensive Guide for Developers Body: In the world of web development, it is common to encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2 redirect back with success message

Title: Laravel 5.2 Redirect Back with Success Message - A Comprehensive Guide Introduction: Redirecting back to a specific location after performing an action...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel project not showing in localhost: "Composer detected issues in your platform...."

Title: Troubleshooting Laravel Composer Issues on Local Machines and Optimizing Your PHP Environment for Smooth Execution Body: When working with Laravel, you...

2026-06-29 Stefan Bogdanescu
Laravel Company

SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed:

Title: Understanding and Resolving SQLSTATE[23000]: Integrity Constraint Violation Issue in Laravel Apps Body: In your Laravel to-do list application, you're...

2026-06-29 Stefan Bogdanescu
Laravel Company

composer require laravel/passport command error

Error messages can be intimidating for developers trying to integrate packages or dependencies into their Laravel projects. Understanding the error message's...

2026-06-29 Stefan Bogdanescu
Laravel Company

Changing Laravel auth table name and column names

Title: Effortlessly Customize Your Laravel Auth Table Names and Columns Without Breaking Anything As a developer working with Laravel's auth system, you may...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'App\models\Test' not found when try to access model

Title: Solving "Class 'App\models\Test' not found" Error in Laravel Applications Introduction: Laravel is a versatile PHP framework that makes building web...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to Cast String into int in Laravel model

Title: Efficiently Casting Strings into int Values in Laravel Models Body: In Laravel, handling data types is crucial to ensure that your application runs...

2026-06-29 Stefan Bogdanescu