Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...