I installed the laravel/ui and php artisan ui vue --auth in my laravel projec, but now I want them removed. How do I do it?
Using composer update vendor/package-name didn't work and the auth folders still exist.
I installed the laravel/ui and php artisan ui vue --auth in my laravel projec, but now I want them removed. How do I do it?
Using composer update vendor/package-name didn't work and the auth folders still exist.
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.