Blog

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

Laravel Company

PDF Form fill using javascript library

# Filling and Editing PDF Forms Dynamically with JavaScript Building dynamic web applications often requires interacting with static documents, and one common...

2026-06-29 Stefan Bogdanescu
Laravel Company

The plain HTTP request was sent to HTTPS port error Docker nginx

# Solving the Docker Nginx HTTPS Redirection Error: Plain HTTP Request Sent to HTTPS Port As a senior developer working with containerized applications, I...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.3 Send Notification to Users without an account

# Sending Laravel Notifications to Users Without Accounts: A Deep Dive As developers working with Laravel, we frequently leverage the powerful Notification...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to reset password for admin with different table in laravel 5.6?

# How to Reset Passwords for Multiple Tables in Laravel 5.6: A Deep Dive into Multi-Provider Authentication As a senior developer working with complex Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to check if a Laravel Collection is empty?

Title: Efficiently Checking if a Laravel Collection is Empty: A Comprehensive Guide Body: In this blog post, we will explore different approaches to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use DATEDIFF function with Eloquent?

# How to Use DATEDIFF Function with Eloquent: Calculating Date Differences in SQL As senior developers working with Laravel and Eloquent, we often face the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Project using both Astro and Laravel

# Bridging the Gap: Integrating Astro and Laravel for Modern Web Applications The decision of how to structure a full-stack application—whether to combine...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel trying to get property of non object eloquent relationship

# Laravel Trying to Get Property of Non-Object: Mastering Nested Eloquent Relationships As senior developers working with Laravel, one of the most common...

2026-06-29 Stefan Bogdanescu
Laravel Company

Change date format Laravel

# Mastering Date Formatting in Laravel: Achieving Indonesian Locale Display As a senior developer, I frequently encounter situations where data fetched from a...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I delete a column in a multi-dimensional Laravel collection?

# Deleting Columns in Multi-Dimensional Laravel Collections: The Developer's Guide Working with nested data structures in PHP, especially within Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

How i can return a customized response in a FormRequest class in Laravel 5.5?

# Mastering Custom Error Responses in Laravel 5.5 FormRequests for APIs As developers building robust APIs with Laravel, managing validation errors gracefully...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to validate mimes files laravel

# How to Validate MIME Types for Uploaded Files in Laravel: A Deep Dive As developers working with web applications, handling user-uploaded files is one of the...

2026-06-29 Stefan Bogdanescu