Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Uninstall Laravel?

Tags:

laravel

I am facing fatal errors regarding Artisan. I think I couldn't install laravel complete due to slow internet. Now I want to remove Laravel from root and want to have fresh installation. Can anyone help me?

like image 318
Muhammad Kamran Javed Avatar asked Jul 30 '17 07:07

Muhammad Kamran Javed


1 Answers

if you have installed it globally you can simply remove it by composer global remove laravel/installer

If you have installed it via composer project you simply remove the directory.

like image 67
Romantic Dev Avatar answered Oct 10 '22 11:10

Romantic Dev