Cómo revertir PHP Artisan UI Vue -Auth

You can remove the package by running 
composer remove laravel/ui
but you need to manually need to remove blade and controller files.
Also, you need to update the web.php route file.
uzii