Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
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,...
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...
'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...
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...
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...
Integrity constraint violation: 1452 laravel
# Decoding the Error: Resolving Integrity Constraint Violations in Laravel Foreign Keys As senior developers, we frequently encounter database integrity...