Blog

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

Laravel Company

Install vue 3.0 in laravel

Title: A Comprehensive Guide to Installing Vue 3.0 in Laravel 8 Introduction: Laravel 8 combines perfectly with VueJS for building powerful, user-friendly...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.5 login and register page says:The page has expired due to inactivity.[TokenMismatchException]

Title: Understanding and Resolving TokenMismatchException Issues in Laravel 5.5 Authentication Pages Introduction: In recent Laravel projects using version...

2026-06-29 Stefan Bogdanescu
Laravel Company

PHP Parse error: syntax error, unexpected identifier "AnsiColorMode"

Title: Troubleshooting PHP Parse Errors During Deployments: Resolving "AnsiColorMode" Issues Introduction: In this comprehensive blog post, we will explore the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: How to use the ignore rule in Form Request Validation

Title: Laravel Form Request Validation: Overcoming Challenges with 'unique' Rule and Exceptions Body: When dealing with form request validation in Laravel, the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Problem with laravel/ui in laravel after the last update

Title: Tackling Laravel/UI Issues After the Last Update: A Comprehensive Guide Introduction: Upgrading your framework and dependencies is crucial for staying...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Foreach From Array

Title: Understanding Laravel Foreach Loops for Arrays Foreach loops are an essential tool in programming that allows you to iterate through collections such as...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Store multiple checkbox form values in database

Title: Laravel - Store Multiple Checkbox Form Values in Database Introduction: In a Laravel application, you may encounter scenarios where you need to save...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel migration: unique key is too long, even if specified

Title: Understanding Laravel Migrations and Unique Key Length Issues Body: Laravel is an excellent PHP framework that helps developers build web applications...

2026-06-29 Stefan Bogdanescu
Laravel Company

Eloquent - Call to undefined relationship

Title: Addressing Eloquent Call to Undefined Relationships in Laravel Introduction: In Laravel, the Eloquent ORM offers a powerful way of working with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Web firebase.messaging().onMessage not fired, but background notification perfectly fired

Title: Unraveling the Mystery: Foreground Notification Issues with Firebase Messaging Introduction: The use of Firebase for push notifications is quite popular...

2026-06-29 Stefan Bogdanescu
Laravel Company

Escape raw SQL queries in Laravel 4

Title: Escape Raw SQL Queries in Laravel 4: The Right Way and Alternate Methods Escaping raw SQL queries is crucial to avoid security vulnerabilities that may...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to sort NULL values last using Eloquent in Laravel

# How to Sort NULL Values Last Using Eloquent in Laravel As developers working with relational databases, handling `NULL` values during sorting is a common...

2026-06-29 Stefan Bogdanescu