Blog

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

Laravel Company

Laravel | Passing variable in Notify

# Laravel Notifications: Mastering the Art of Passing Variables to Your Mail As a senior developer working with the Laravel ecosystem, one of the most frequent...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel validation rule for domain name

# Mastering Domain Validation in Laravel: Beyond Simple URL Rules As developers building web applications, validating user input is a foundational task. When...

2026-06-29 Stefan Bogdanescu
Laravel Company

Delete link instead of button laravel

# Stop Linking, Start Deleting: Why Your Delete Link Isn't Working in Laravel As senior developers working with the Laravel ecosystem, we often run into subtle...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to remove a polymorphic relation in Eloquent?

# How to Remove a Polymorphic Relation in Eloquent: Avoiding Accidental Mass Deletions Dealing with polymorphic relationships in Eloquent is incredibly...

2026-06-29 Stefan Bogdanescu
Laravel Company

Validate a timestamp value in laravel 5

# Validating Timestamp Values in Laravel: A Developer's Guide When building robust applications with Laravel, data integrity is paramount. We often deal with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Custom fonts not working in Generated PDF using WKHTMLTOPDF Library

# Fixing Custom Font Issues in Generated PDFs using WKHTMLTOPDF As a senior developer working with front-end rendering pipelines, I frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to return multiple views in one function in laravel for same route

# Mastering Data Flow: How to Return Multiple Views with Shared Data in Laravel It is a common challenge when working with master layouts and shared data in...

2026-06-29 Stefan Bogdanescu
Laravel Company

Setting up PHPUnit tests in Laravel

# Mastering Database Testing in Laravel: A Deep Dive into PHPUnit Setup As developers working with Laravel, we frequently encounter the challenge of testing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Email Verification 5.7 using REST API

# Remaking Laravel Email Verification for a REST API: Is It Worth Doing Everything From Scratch? Migrating legacy features into modern architectural patterns...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4 migrate base table not found

# Solving the Laravel Migration Mystery: The "Base Table Not Found" Error As a senior developer working with the Laravel ecosystem, you’ve likely encountered...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.3 - Clear config cache in shared hosting

Title: Laravel 5.3 - Overcoming Config Cache Challenges on Shared Hosting Environments Body: Working with shared hosting for your Laravel project is not an...

2026-06-29 Stefan Bogdanescu
Laravel Company

Redirect back to a specific tab pane in Laravel

# Redirecting Back to a Specific Tab Pane in Laravel: Mastering State Management As senior developers working with Laravel, we often encounter scenarios where...

2026-06-29 Stefan Bogdanescu