Blog

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

Laravel Company

Laravel how to save HTML to database and then retrieve it

# Laravel: How to Safely Save and Render Raw HTML in Your Database As a senior developer working with the Laravel ecosystem, you often run into scenarios where...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Blade template Form::open() to Html

# Deconstructing Laravel Blade Forms: From `Form::open()` to Raw HTML As a senior developer working within the Laravel ecosystem, we often find ourselves...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Resource Controller change parameter from ID to Slug

# Laravel: Changing Resource Controller Parameters from ID to Slug As developers grow their applications, a common challenge emerges: managing clean,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Multiple routes with same location and name

# Laravel Routing Dilemma: Fixing Conflicts When Sharing Route Names As developers working with complex routing structures in Laravel, managing route names and...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to add jQuery in Laravel project

Title: Effortlessly Integrate jQuery into Your Laravel Project Body: As a new developer working with the Laravel framework, you'll be excited to learn how...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel eloquent does not update JSON column : Array to string conversion

# Laravel Eloquent Fails to Update JSON Columns: Mastering Array to String Conversion As developers working with modern relational databases, using JSON...

2026-06-29 Stefan Bogdanescu
Laravel Company

oauth-private.key does not exist or is not readable in laravel

# Resolving the `oauth-private.key` Error in Laravel Passport Installations As developers working with complex authentication systems like OAuth2,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get number of current day of week using carbon?

# How to Get the Custom Day Number of the Week Using Carbon As developers working in modern PHP ecosystems, especially within the Laravel framework,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel migration undefined index

# Resolving Laravel Migration Conflicts: The Mystery of 'Undefined Index' After Deletion As senior developers working with Laravel, we frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Redirect route with two parameters in WITH [Laravel]

# Redirect Routes with Multiple Parameters: Mastering the `with()` Method in Laravel As developers working with the Laravel framework, navigating redirects and...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to setup laravel with npm using docker-compose?

# How to Setup Laravel with NPM using Docker Compose: Mastering Frontend Asset Compilation Setting up a modern web application, especially one that relies on...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to create field that is float but not double when doing Migrations?

# How to Create a `float` Field That Is Not Treated as `double` in Laravel Migrations As developers working with legacy systems or when mirroring existing...

2026-06-29 Stefan Bogdanescu