Blog

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

Laravel Company

Hosting Laravel on a cPanel server with public_html directory

Hosting Laravel on a cPanel Server with Public_html Directory: A Comprehensive Guide In the realm of web development, hosting your application is an essential...

2026-06-29 Stefan Bogdanescu
Laravel Company

PHP7.1 and Laravel 5.3: Function mcrypt_get_iv_size() is deprecated

Title: Resolving "mcrypt_get_iv_size() is deprecated" Error when Upgrading from PHP7.0 to 7.1 with Laravel 5.3 Body: When updating your PHP version, it's not...

2026-06-29 Stefan Bogdanescu
Laravel Company

Allowed memory size of 536870912 bytes exhausted in Laravel

Title: Understanding and Resolving the "Allowed memory size of 536870912 bytes exhausted" Error in Laravel Body: In this comprehensive guide, we will delve...

2026-06-29 Stefan Bogdanescu
Laravel Company

Add Public to asset path in Laravel

Title: Add Public to Asset Path in Laravel without Changing Core Classes In many cases, you might find yourself deploying your Laravel application on shared...

2026-06-29 Stefan Bogdanescu
Laravel Company

Undefined variable: errors in Laravel

Title: Troubleshooting Undefined Variable Issues with Laravel's $errors Introduction: In the world of web development using Laravel framework, it is common to...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to enable CORS in Laravel?

Title: Troubleshooting CORS Issues in Laravel Applications Introduction: Cross-Origin Resource Sharing (CORS) is a mechanism that allows browsers to make...

2026-06-29 Stefan Bogdanescu
Laravel Company

Clear all cache in Laravel with artisan

Title: Efficiently Clear Laravel Cache with Artisan Commands Introduction As Laravel developers, we often encounter issues related to cache and its management....

2026-06-29 Stefan Bogdanescu
Laravel Company

Include Bootstrap in Laravel

Title: Include Bootstrap in Laravel Effortlessly: A Comprehensive Guide for Newbies Body: As a Laravel newbie, you probably have already discovered the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 9 - CORS is not working (Access to XMLHttpRequest has been blocked by CORS policy)

Title: Resolving Laravel 9 CORS Issues with Vuejs Frontend App Body: Laravel is a powerful PHP framework for creating elegant web applications. VueJS, on the...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to display errors on laravel 4?

Title: Troubleshooting Errors in Laravel 4 Applications Introduction: In this article, we delve into the process of displaying errors within your Laravel 4...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel dynamic page title in navbar-brand

Title: Dynamically Display Page Titles in Laravel Navbar-Brand Using Blade Views Introduction In Laravel, having a dynamic page title displayed on your...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel livewire, how to pass the id or data to another component by click

Title: Efficiently Passing Data Between Laravel Livewire Components by Click Events Body: Laravel Livewire is an exciting framework that allows you to create...

2026-06-29 Stefan Bogdanescu