Blog
Insights, guides, and best practices from the Laravel Company team.
How to compare two encrypted(bcrypt) password in laravel
# How to Securely Compare Two Bcrypt Passwords in Laravel As a senior developer, one of the most fundamental concepts we deal with when handling user...
Adding form action in html in laravel
Title: Simplifying Form Actions in Laravel Views Introduction: In web development, forms are essential for collecting user input, and the form action attribute...
how to return a response object json in laravel
# Mastering API Responses in Laravel: How to Return Nested JSON Objects As developers working with APIs, one of the most frequent tasks is structuring the data...
How to install mcrypt php 7.2.3 extension in xampp for windows?
# How to Install mcrypt PHP Extension in XAMPP for Windows: A Developer's Guide Dealing with legacy extensions in modern PHP environments can often be a...
Laravel SwiftMailer : Expected response code 250 but got code "530", with message "530-5.5.1 Authentication Required
# Laravel SwiftMailer Error Solved: Dealing with Gmail 2-Step Verification (Error Code 530) As a senior developer working with the Laravel ecosystem, we...
Deleting queued jobs in laravel
# Deleting Stuck Queued Jobs in Laravel: A Developer's Guide Dealing with stuck jobs in a queue system can be incredibly frustrating. When a job enters an...
array_map and pass 2 arguments to the mapped function - array_map(): Argument #3 should be an array
# Mastering `array_map`: Passing Multiple Arguments and Callables in Object-Oriented PHP As senior developers, we often deal with inheritance and abstract...
Carbon parse date format
# Mastering Complex Date Parsing in Carbon: Solving the Tricky Format Challenge As developers working with modern frameworks like Laravel, we constantly deal...
SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (61) error Laravel 4.1
# Cracking the Code: Solving SQLSTATE[HY000] Connection Errors in Laravel 4.1 Local Development As developers, there are few frustrations as immediate and...
Deleting files after download in laravel
# Mastering File Deletion After Download in Laravel: A Developer's Guide When building file-sharing or download systems in a framework like Laravel, managing...
Starting with laravel on ubuntu
# Cracking the Code: Solving Laravel Permission Errors on Ubuntu Setting up a new PHP framework like Laravel, especially within a local server environment like...
Query builder GROUP BY, HAVING, COUNT in Laravel
# Mastering Aggregation: GROUP BY, HAVING, and COUNT in the Laravel Query Builder As developers working with relational databases, mastering SQL concepts like...