Laravel – How to uninstall Laravel

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?

Best Answer

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.