How to Uninstall a Composer Package in Laravel?

By Hardik Savani June 26, 2023 Category : Laravel

Hi,

In this example, i will show you how to uninstall composer package in laravel. you can understand a concept of how to uninstall package in laravel. this example will help you laravel uninstall composer package. i would like to share with you laravel uninstall github package.

Here, i will give you very simple step to uninstall composer package from laravel application. you can use this step for uninstall composer package in laravel 6, laravel 7, laravel 8, laravel 9 and laravel 10 version.

Remove Package using Command:

Here bellow command to remove composer package. so let's see bellow syntax and command for remove dompdf package:

Syntax:

composer remove package_name

Example:

composer remove barryvdh/laravel-dompdf

I hope it can help you...

Tags :