Blog

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

Laravel Company

how to switch language in laravel 5.7

# Mastering Localization in Laravel: How to Switch Languages Seamlessly Welcome to the world of internationalization (i18n) and localization (l10n). As...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call a method from one controller inside another

# Calling a Method from One Controller Inside Another in Laravel Is it possible to call a method from one controller inside another controller in Laravel 5...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to Deploy a Laravel Project Locally

# How to Deploy a Laravel Project Locally: The Simplest Way for End-Users Deploying a Laravel application locally, especially when you need to share it with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Run a middleware on condition - Laravel

# Running Middleware on Condition in Laravel: Controlling Execution Flow As a senior developer working with the Laravel framework, we often deal with the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Looping in laravel controller

# Mastering Data Processing: Looping and Logic in Laravel Controllers As a senior developer working with the Laravel ecosystem, one of the most fundamental...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use Quill Text Editor as a component in Vue3

# Integrating Quill Text Editor as a Component in Vue 3: A Deep Dive As developers building rich, interactive user interfaces with Vue 3, the need for robust...

2026-06-29 Stefan Bogdanescu
Laravel Company

Hide div on specific url with css or js

# How to Hide an Element Based on the Current URL: CSS vs. JavaScript Solutions As developers building modern web applications, we constantly face the...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use cache to store query results in Laravel?

# How to Use Cache to Store Query Results in Laravel: A Performance Deep Dive Hello there! As a senior developer, I often encounter situations where complex...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4 how to listen to a model event?

# Laravel 4: How to Listen to a Model Event and React to Updates As developers, one of the most powerful features of an MVC framework like Laravel is its...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Save Base64 .png file to public folder from controller

Title: Laravel: Efficiently Save Base64 .png Files from Controller in Public Folder Body: Introduction If you're sending a PNG image file to your controller in...

2026-06-29 Stefan Bogdanescu
Laravel Company

Download file in laravel

# Mastering File Downloads in Laravel: Fixing the Database Filename Issue Welcome to the world of Laravel! As you dive into building dynamic applications, file...

2026-06-29 Stefan Bogdanescu
Laravel Company

Run a Cron Job In Cpanel with CURL

# Running Laravel Cron Jobs on cPanel: Beyond the Simple URL Trick As developers working with PHP frameworks like Laravel, managing scheduled tasks is crucial...

2026-06-29 Stefan Bogdanescu