Blog

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

Laravel Company

How can I run background tasks in Gitlab CICD?

# How Can I Run Background Tasks in GitLab CI/CD? Solving the Perpetual Wait Problem As developers integrating complex services into Continuous...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel URL facade temporarySignedRoute to external url

# Mastering Signed Routes: Directing `temporarySignedRoute` to External URLs in Laravel As developers building modern API-driven applications, managing secure,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to translate the Laravel pagination?

# How to Translate Laravel Pagination: A Deep Dive into Localization Building internationalized applications is a crucial step in developing robust software,...

2026-06-29 Stefan Bogdanescu
Laravel Company

required if in Laravel

# Why `required_if` Fails in Laravel: Debugging Dynamic Validation Rules As developers working with Laravel, we often dive into the world of validation rules....

2026-06-29 Stefan Bogdanescu
Laravel Company

Installing Laravel on MAMP

# Debugging Local Development Headaches: Installing Laravel on MAMP and Composer Setup Setting up a local development environment can often feel like...

2026-06-29 Stefan Bogdanescu
Laravel Company

Access Controller method from another controller in Laravel 5

Title: Accessing Controller Methods from Another Controller in Laravel 5 - A Comprehensive Guide Introduction: In Laravel 5, accessing controller methods from...

2026-06-29 Stefan Bogdanescu
Laravel Company

jQuery add CSRF token to all $.post() requests' data

Title: Adding CSRF Tokens to jQuery AJAX Requests in Laravel Apps Introduction: Ensuring the security of web applications is crucial in today's digital...

2026-06-29 Stefan Bogdanescu
Laravel Company

Emitting a vue event from parent to child component in a laravel application without using event bus

# Emitting Vue Events from Parent to Child in Laravel Without an Event Bus: Bridging the View Layer Gap As developers working with modern full-stack frameworks...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - destroy existing sessions on login

# Laravel: Destroying Existing Sessions on Login – The Multi-Device Challenge As a senior developer working with frameworks like Laravel, we constantly face...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Socialite first and last name

# Mastering Socialite: Retrieving First and Last Names from Social Authentication Data When integrating social authentication services into your Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 Logout Specific User

# Forcing a Logout After a Password Reset in Laravel: A Security Perspective As senior developers, we often encounter scenarios where administrative actions...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Echo SocketIO with private channel

# Mastering Private Channels in Laravel Echo: Solving the SocketIO Broadcast Mystery Welcome to the world of real-time communication with Laravel Echo and...

2026-06-29 Stefan Bogdanescu