Blog

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

Laravel Company

Global variable in laravel 4

# Ditching Global Variables: The Right Way to Manage User Data in Laravel As a senior developer working with frameworks like Laravel—even in versions like...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to create a database-driven multi-level navigation menu using Laravel

# How to Create a Database-Driven Multi-Level Navigation Menu using Laravel It is completely normal to feel confused when transitioning between frameworks or...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to trun off laravel debug mode

# How to Turn Off Laravel Debug Mode and Solve Production Database Errors As a senior developer working with Laravel applications, I often encounter situations...

2026-06-29 Stefan Bogdanescu
Laravel Company

cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

# Demystifying cURL Error 60: Solving the SSL Certificate Problem in PHP Applications If you are working with HTTP requests in a PHP environment, especially...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel use same form for create and edit

Title: Simplifying Form Creation for Create and Edit Operations with Laravel Introduction In this comprehensive blog post, we'll discuss how to use one form...

2026-06-29 Stefan Bogdanescu
Laravel Company

Too many connections error with Laravel 5.4 and Mariadb

# Solving the "Too Many Connections" Nightmare in Laravel and MariaDB Upgrading a framework like Laravel, especially across major version jumps, often involves...

2026-06-29 Stefan Bogdanescu
Laravel Company

maatwebsite Laravel excel merge same cells

# Mastering Data Merging in Laravel Excel: Moving Beyond Simple Export As developers transition from procedural scripting (like raw PHPExcel) to modern,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Passport Multiple Authentication using Guards

# Laravel Passport Multiple Authentication: Using Guards for Different API Users As a senior developer working with large-scale applications, we frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

'ORA-12170: TNS:Connect timeout occurredORA-12170: TNS:Connect timeout occurred' ERROR while working on oracle with laravel

# Solving ORA-12170: TNS:Connect Timeout in Laravel Oracle Connections Connecting modern PHP frameworks like Laravel to enterprise databases, especially legacy...

2026-06-29 Stefan Bogdanescu
Laravel Company

Get S3Client from storage facade in Laravel 9

# Getting the Underlying S3Client from the Storage Facade in Laravel 9 Upgrading large applications often introduces unexpected hurdles, especially when...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel PDO Settings?

# Laravel PDO Settings: Forcing Integer Retrieval from MSSQL Dealing with data type mismatches when interacting with databases via PDO can be incredibly...

2026-06-29 Stefan Bogdanescu
Laravel Company

Integrity constraint violation: 1452 laravel

# Decoding the Error: Resolving Integrity Constraint Violations in Laravel Foreign Keys As senior developers, we frequently encounter database integrity...

2026-06-29 Stefan Bogdanescu