Blog

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

Laravel Company

Failed to authenticate on SMTP server error using gmail

Title: Troubleshooting Mail Authentication Issues in Laravel App Using Gmail SMTP Body: When setting up your first email for a Laravel project, you might come...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 Validation - Return as json / ajax

Title: Simplifying Laravel 5 Validation for JSON Responses and AJAX Requests Introduction: In this blog post, we'll discuss how to return validation in Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

Check whether password is correct or not in Laravel

Title: Check Whether Password is Correct or Not in Laravel In Laravel applications, ensuring the security of user accounts is crucial. One key aspect of this...

2026-06-29 Stefan Bogdanescu
Laravel Company

DataTables warning: table id=DataTables_Table_0 - Ajax error - Laravel

Title: Resolving Ajax Errors in Laravel DataTables Integration DataTables warning: table id=DataTables_Table_0 - Ajax error can be quite frustrating when...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get files list from public folder Laravel

Title: Efficiently Retrieving Files from Laravel's Public Folder Introduction: In your Laravel application, you have stored several images within the public...

2026-06-29 Stefan Bogdanescu
Laravel Company

Expected response code 354 but got code "503"

Title: Understanding the 354 Error Code and Resolving a Laravel Contact Form Issue Introduction: Developing web applications in Laravel involves leveraging...

2026-06-29 Stefan Bogdanescu
Laravel Company

Insert a new record if not exist and don't update if exist, laravel eloquent

Inserting New Records or Updating Existing Ones with Laravel Eloquent When working on an application that involves managing records in the database, it's...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel 5.4 embed image in mail

Title: Embedding Images in Laravel 5.4 Emails: A Comprehensive Guide Body: In recent versions of the popular PHP framework Laravel, there has been an...

2026-06-29 Stefan Bogdanescu
Laravel Company

PHPStorm is not recognizing methods of my Model class in Laravel 5.0

Title: Solving PHPStorm Recognition Issues for Model Class Methods in Laravel 5.0 Introduction: In working with Laravel 5.0, you can face issues where your IDE...

2026-06-29 Stefan Bogdanescu
Laravel Company

Livewire 404: GET http://localhost/livewire/livewire.js net::ERR_ABORTED 404 (Not Found)

Title: Troubleshooting Livewire 404 Errors: A Comprehensive Guide to Solving NET::ERR_ABORTED 404 (Not Found) Issues Body: Livewire is a modern, elegant...

2026-06-29 Stefan Bogdanescu
Laravel Company

String to array conversion in php

Title: Efficiently Converting Strings to Arrays in PHP for Easier Querying Introduction: String manipulation is an essential process in programming where we...

2026-06-29 Stefan Bogdanescu
Laravel Company

Set session variable in laravel

Title: Efficiently Setting and Using Session Variables in Laravel Applications Body: Session variables provide a way for developers to store information about...

2026-06-29 Stefan Bogdanescu