Blog

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

Laravel Company

How to update the updated_at column when the user logs in?

# How to Update `updated_at` When a User Logs In: Debugging Timestamp Errors in Laravel As developers working with relational databases and frameworks like...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Paginate and get()

# Laravel Eloquent: Mastering Pagination and Column Selection with `get()` As a senior developer working with Laravel, we constantly grapple with how to...

2026-06-29 Stefan Bogdanescu
Laravel Company

sh: 1: vite: Permission denied

Title: Understanding and Resolving Permission Issues When Using Composer and npm Commands Body: When working on web applications using technologies like...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use required_unless in laravel

# Mastering Conditional Validation in Laravel: Using `required_unless` Effectively As developers working with Laravel, we often move beyond simple presence...

2026-06-29 Stefan Bogdanescu
Laravel Company

Translate validation message in laravel 5

# Mastering Laravel Validation and Configuration: Building Robust Applications In the world of web development, especially within the robust framework of...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to fix Call to undefined method Illuminate\Session\Store::set()?

# How to Fix `Call to undefined method Illuminate\Session\Store::set()` in Laravel If you are running a Laravel application and encounter the error `Call to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to encrypt id in URL laravel

# How to Securely Encrypt IDs in URLs in Laravel: A Developer's Guide When building web applications, especially those involving sensitive identifiers or state...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - unsigned with nullable

# Laravel Migrations: Understanding `unsigned()` and `nullable()` Together As developers working with Laravel, we frequently interact with database schema...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to validate inputs from GET request in Laravel

# How to Validate Inputs from GET Requests in Laravel Without Standard Validation Syntax As senior developers working with Laravel, we often deal with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Get access to class-variable from public static function (basic oop issues)

# Navigating OOP in Laravel: Why Static Class Variables Cause Headaches As developers working with frameworks like Laravel, we often bridge the gap between...

2026-06-29 Stefan Bogdanescu
Laravel Company

"php artisan migrate" shows "nothing to migrate"

# Solving the Mystery: Why `php artisan migrate` Shows "Nothing to Migrate" Welcome to the world of Laravel! As you dive into building robust applications, you...

2026-06-29 Stefan Bogdanescu
Laravel Company

Configuring Emails in Laravel

# Mastering Laravel Emails: Troubleshooting SMTP Authentication Issues Setting up email functionality in any application, especially one built with a robust...

2026-06-29 Stefan Bogdanescu