Blog

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

Laravel Company

Trying to get Laravel 5 email to work

Title: Solving Common Issues When Setting Up Laravel Email with Gmail Introduction Sending emails from your application can be a crucial functionality that...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Get base URL

Title: Get Base URL in Laravel: A Comprehensive Guide for Developers Introduction When developing applications using the popular PHP framework, Laravel, it's...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to upload files in Laravel directly into public folder?

Title: Efficiently Upload Files in Laravel Using Public Folder - A Comprehensive Guide Body: In situations where the hosting server doesn't support links, or...

2026-06-29 Stefan Bogdanescu
Laravel Company

Carbon Difference in Time between two Dates in hh:mm:ss format

Title: Carbon Difference in Time between Two Dates in hh:mm:ss Format Body: In this blog post, we will explore how to calculate the difference between two date...

2026-06-29 Stefan Bogdanescu
Laravel Company

Blade if(isset) is not working Laravel

Title: Troubleshooting Blade if(isset) Issues in Laravel Applications Introduction: Laravel's blade template engine is an integral part of the framework that...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Soft Delete posts

Title: Effectively Implement Soft Deletes on Posts in Laravel Projects In our project, we must be using soft delete for each post. Can we use that for posts on...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 Class 'form' not found

Title: Solving Laravel 5 Class 'form' Not Found Issue: A Comprehensive Guide Introduction: In the world of modern web development, using frameworks like...

2026-06-29 Stefan Bogdanescu
Laravel Company

'ssh' is not recognized as an internal or external command

Title: Troubleshooting 'ssh' Not Recognized Issue in Windows for Deployments Introduction: There are several reasons why you may encounter the error message...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to access URL segment(s) in blade in Laravel 5?

Title: Accessing URL Segments in Blade Templates for Laravel Applications Introduction Laravel is a powerful PHP framework that offers great support for MVC...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Composer sees wrong PHP Version

Title: Addressing Laravel Composer Errors Due to Mismatched PHP Versions Introduction: When working on older Laravel projects, you might encounter errors...

2026-06-29 Stefan Bogdanescu
Laravel Company

Calling other function in the same controller?

Title: Calling Other Functions in the Same Controller: A Comprehensive Guide to Avoiding Errors in Laravel Controllers As a developer, you might occasionally...

2026-06-29 Stefan Bogdanescu
Laravel Company

Expected response code 220 but got code "", with message "" in Laravel

Title: Tackling Laravel's Expected Response Code Issue During Email Delivery Process Introduction: When using the Laravel Mail function to send emails, you...

2026-06-29 Stefan Bogdanescu