How to revert php artisan ui vue --auth Code Example
how to revert 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.