Blog

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

Laravel Company

Is there any way to detect if a database table exists with Laravel

Title: Detecting Existing Database Tables with Laravel: A Comprehensive Guide Introduction: As a seasoned application developer utilizing Laravel for your...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to upload multiple image in laravel

Title: Efficiently Uploading Multiple Images in Laravel Without Creating Separate Tables Body: In today's digital world, images play an increasingly vital role...

2026-06-29 Stefan Bogdanescu
Laravel Company

Alter table Laravel 5 with migration

Title: Effortlessly Altering Table Structure with Laravel 5 Migrations - The Comprehensive Guide Body: In this comprehensive blog post, we will explore how to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'App\Http\Controllers\Session' not found in Laravel 5.2

Title: Troubleshooting 'Class 'App\Http\Controllers\Session' not found' Error in Laravel 5.2 Body: Laravel is a powerful and widely used PHP framework that...

2026-06-29 Stefan Bogdanescu
Laravel Company

Disk [videos] does not have a configured driver

Title: Solving "Disk [videos] does not have a configured driver" Error While Creating Thumbnails Using Laravel and FFMpeg Body: The error "Disk [videos] does...

2026-06-29 Stefan Bogdanescu
Laravel Company

DateTime::__construct(): Failed to parse time string (16/07/2020) at position 0 (1): Unexpected character

Title: Resolving DateTime::__construct() Issues in Laravel Apps using Configurations and Formatting In many applications, we often encounter issues related to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - carbon addDays()

Title: Understanding Laravel's Carbon AddDays() in Practice In this blog post, we will learn about using Laravel's Carbon addDays() to retrieve specific posts...

2026-06-29 Stefan Bogdanescu
Laravel Company

Difference between foreach and forelse in Laravel

Title: Unveiling the Difference between foreach and forelse in Laravel Laravel provides various tools to work on arrays and collections, enabling developers to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Model with Two Primary Keys update

Title: Efficiently Updating Laravel Models with Multiple Primary Keys Introduction Laravel provides a powerful way to work with relational databases through...

2026-06-29 Stefan Bogdanescu
Laravel Company

Seed multiple rows at once laravel 5

Title: Seed Multiple Rows Efficiently in Laravel 5 Body: Seeding is an essential step during application development to provide initial data for your users,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to install PHP composer inside a docker container

Title: Easily Install PHP Composer Inside a Docker Container for Laravel Development Introduction In today's rapidly evolving world of software development,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Get pivot data for specific many to many relation

Title: Accessing Pivot Data for Specific Many-to-Many Relations in Laravel Body: You've created an application using Laravel and your User class has many...

2026-06-29 Stefan Bogdanescu