Blog

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

Laravel Company

Eloquent model not updating updated_at timestamp

Title: Eloquent Model Timestamp Updates in Laravel Body: You're encountering a specific issue where your Eloquent model isn't updating the 'updated_at'...

2026-06-29 Stefan Bogdanescu
Laravel Company

502 Bad Gateway for Laravel 5.4 with nginx and php7.0-fpm in Ubuntu

Title: Resolving 502 Bad Gateway Error for Laravel 5.4 with nginx and php7.0-fpm in Ubuntu Introduction: Laravel 5.4 is a powerful framework that allows...

2026-06-29 Stefan Bogdanescu
Laravel Company

What's the difference between Laravel Blade's `@yield` and `@include`?

Title: Clarifying the Difference Between Laravel Blade's `@yield` and `@include` Directives Body: Laravel, a powerful PHP framework, offers an impressive range...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel error 'ReflectionException' - 'Class App\Http\Kernel does not exist'

Title: Resolving 'ReflectionException' in Laravel: Troubleshooting Class App\Http\Kernel Issues Body: When developing a Laravel project, it is common to...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to get json object in laravel controller

Title: Decoding JSON Objects in Laravel Controllers: A Comprehensive Guide for Developers Body: In today's world of web development, APIs play a crucial role...

2026-06-29 Stefan Bogdanescu
Laravel Company

The Mix manifest does not exist when it does exist

Title: Resolving Mix Manifest Issues for Accurate Asset Loading Introduction: In Laravel projects that utilize Mix, handling asset management becomes crucial...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Relationships

Title: Mastering Laravel Relationships: Eloquent Model Associations Explained Introduction: Laravel is a powerful PHP framework that provides an intuitive...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Limit Characters - PHP

Title: Efficiently Limiting Character Count in Laravel with PHP Introduction: Welcome to our technical blog that delves into the world of Laravel, one of the...

2026-06-29 Stefan Bogdanescu
Laravel Company

how do you enable ssl using laravel 8 sail

Enabling SSL with Laravel 8 Sail: A Comprehensive Guide Setting up an SSL certificate for your local development environment can be challenging, especially...

2026-06-29 Stefan Bogdanescu
Laravel Company

Artisan Call output in Controller?

Title: Calling and Handling Artisan Commands in Laravel Controllers Effectively In Laravel, Artisan commands are helpful for managing server-side tasks...

2026-06-29 Stefan Bogdanescu
Laravel Company

Class 'App\Http\Controllers\Mail' not found

Title: Troubleshooting Class 'App\Http\Controllers\Mail' not Found Error in Laravel Introduction One of the most common errors faced by developers using...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do I get View ID from Google Analytics 4?

Title: Locating View IDs for Google Analytics 4 without Breaking a Sweat (A Comprehensive Guide) Introduction: If you're an avid user of the Laravel framework...

2026-06-29 Stefan Bogdanescu