Blog

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

Laravel Company

Guzzle: handle 400 bad request

Title: Handling 400 Bad Request Errors Using Guzzle in Laravel Applications Introduction: Guzzle is a popular PHP HTTP client library that facilitates easy...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel quick start guide route not working

Title: Troubleshooting Laravel Routes Issues in Your Quick Start Guide Journey Introduction: As a newcomer to the world of web development using Laravel, you...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can show error message in failed login?

Title: Customizing Error Messages for Failed Login Attempts in Laravel Body: Customizing error messages is often an essential aspect of any application. When...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to change value of a request parameter in laravel

Title: Easily Change Request Parameters in Laravel without Breaking a Sweat Introduction ------------------------------------------------------------- Request...

2026-06-29 Stefan Bogdanescu
Laravel Company

Vue.js add class on specific element

Title: Efficiently Adding Classes on Specific Elements in Vue.js Task List App Vue.js allows developers to create powerful and dynamic user interfaces by...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel route in bootstrap button

Title: Creating a Laravel Route in Bootstrap Button Introduction: In this comprehensive blog post, we will discuss how to create a button with a Laravel route...

2026-06-29 Stefan Bogdanescu
Laravel Company

Delete data from the database with Laravel 5.4

# Deleting Data from the Database with Laravel: Troubleshooting Your Destroy Operation As you are building out your simple blog application in Laravel, it’s...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.1 @can, how use OR clause

Title: Understanding Laravel 5.1 @can and Using OR Clause in Views for Access Control Laravel offers developers a powerful authentication system that grants...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel preg_match(): No ending delimiter '/' found

Title: Unraveling Laravel preg_match() Errors: Understanding No Ending Delimiter Issues Body: Laravel is an amazing framework for building web applications,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Undefined type 'Auth'.intelephense(P1009)

Title: Solving the 'Auth.intelephense(P1009)' Issue in Laravel 10 with VS Code Introduction: Laravel is one of the most popular PHP frameworks, used by many...

2026-06-29 Stefan Bogdanescu
Laravel Company

SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers

Title: Common Causes and Solutions for SQLSTATE[HY000] [2054] Errors in Laravel Applications SQLSTATE[HY000] [2054] errors signal that the database server is...

2026-06-29 Stefan Bogdanescu
Laravel Company

multiple route file instead of one main route file in laravel 5

Title: Managing Routes Efficiently in Laravel 5: Multiple Route Files Over One Main File Introduction: As a novice web developer, you may encounter projects...

2026-06-29 Stefan Bogdanescu