Blog

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

Laravel Company

How to properly start Laravel 8 with Bootstrap & authentication

Title: Efficiently Setting Up Laravel 8 with Authentication, Bootstrap & Optimizing Workflow Body: If you're looking to streamline your Laravel 8 development...

2026-06-29 Stefan Bogdanescu
Laravel Company

Using Laravel Homestead: 'no input file specified'

Title: Troubleshooting 'no input file specified' error when using Laravel Homestead with Vagrant Body: The Laravel Framework is a wonderful tool for creating...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel throttle, RateLimiter vs ThrottleRequests, when to use which?

Title: Unraveling Rate Limiting in Laravel - Comparing RateLimiter and ThrottleRequests for Your API Needs Body: When building REST APIs with Laravel, rate...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel database insert query

Title: Unraveling Laravel Database Insert Query Errors: A Comprehensive Guide for Developers Introduction: With the increasing popularity of Laravel as a PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

Artisan command "make:auth" is not defined in Laravel 6

Title: Resolving Issues with Artisan Command "make:auth" in Laravel 6 Introduction In this blog post, we will discuss the common issues faced when using the...

2026-06-29 Stefan Bogdanescu
Laravel Company

file_put_contents(meta/services.json): failed to open stream: Permission denied

Title: Resolving "file_put_contents(meta/services.json): failed to open stream: Permission denied" Error in Laravel Projects Body: One of the most common...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel validation attributes "nice names"

Title: Implementing "Nice Names" for Validation Attributes in Laravel Applications Introduction: In your Laravel application, you are looking to use the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'App\Http\Controllers\admin\Auth' not found in Laravel 5

Title: Resolving 'Class App\Http\Controllers\admin\Auth' not Found Error in Laravel 5 Introduction: If you have encountered the error "Class...

2026-06-29 Stefan Bogdanescu
Laravel Company

Expected response code 250 but got code "", with message ""

Title: Troubleshooting SMTP Connection Issues Between Local Environment and Hosting Site Body: Email services are crucial in modern web development, and...

2026-06-29 Stefan Bogdanescu
Laravel Company

Add new methods to a resource controller in Laravel

Title: Extending Resource Controllers in Laravel: Adding Custom Methods and Routes Introduction Laravel provides an efficient way to handle different HTTP...

2026-06-29 Stefan Bogdanescu
Laravel Company

What is meant by whereRaw in PHP Laravel framework

Title: Understanding whereRaw in Laravel's PHP Ecosystem for Efficient Querying Body: Imagine yourself on a treasure hunt, the ground is filled with different...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 10: Class "League\Flysystem\AwsS3V3\PortableVisibilityConverter" not found

Title: Troubleshooting the Laravel 10 Composer Issue with "League\Flysystem\AwsS3V3\PortableVisibilityConverter" Not Found Body: In one of your projects, you...

2026-06-29 Stefan Bogdanescu