Blog

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

Laravel Company

Laravel: Listen for Model save or update (after or before they're done)

Title: Efficiently Triggering Custom Functions on Laravel Model Save or Update Events Introduction In the realm of web development, especially in PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 6.0 php artisan route:list returns “Target class [App\Http\Controllers\SessionsController] does not exist.”

Title: Diagnosing and Resolving "Target class [App\Http\Controllers\SessionsController] does not exist." Error in Laravel 6.0 Body: When working with Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - check if Ajax request

Title: Determining Ajax Requests in Laravel Controllers Introduction Laravel is a powerful PHP framework that provides various tools to help developers build...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to fix Invalid request (Unsupported SSL request)

Title: Resolving Invalid Request (Unsupported SSL Requests) for Laravel Applications Invalid Request (Unsupported SSL request) errors in your Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to redirect back to form with input - Laravel 5

Title: Efficiently Handling Form Redirects with Input after Exception in Laravel 5 Body: In web development, managing user input from forms can be challenging...

2026-06-29 Stefan Bogdanescu
Laravel Company

Install Laravel using Composer

Title: Efficiently Install Laravel using Composer for Smooth Development Introduction: In recent years, Laravel has become one of the most popular frameworks...

2026-06-29 Stefan Bogdanescu
Laravel Company

ReflectionException: Class ClassName does not exist - Laravel

Title: Understanding and Resolving ReflectionException Errors in Laravel Seeders Introduction When working on your Laravel application, you might encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: PDOException: could not find driver

Title: Laravel: Solving PDOException Issues When Working With SQL Drivers on Limited Server Access Introduction When working on limited server access with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Redirect to external URL with return in laravel

Title: Redirecting to External URLs with Return Values in Laravel Applications Body: Redirecting to external URLs can be challenging when it comes to returning...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to disable CSRF Token in Laravel and why we have to disable it?

Title: Understanding CSRF Tokens and When to Disable Them in Laravel Applications Body: Cross-site request forgery (CSRF) attacks are a common security threat...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: validate an integer field that needs to be greater than another

Title: Laravel: Validate an Integer Field that Needs to be Greater than Another Body: In the realm of web development with Laravel, validation plays a crucial...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to Format Laravel Blade Code in Visual Studio Code?

Title: Optimizing Laravel Blade Code Formatting in Visual Studio Code Introduction: Laravel is an open source PHP framework that provides several built-in...

2026-06-29 Stefan Bogdanescu