I am looking to transition to Bootstrap 4 in Laravel 5.5,
Previously, I ran:
composer require laravelnews/laravel-twbs4
However, I encountered layout issues in my "auth view" so I tried this:
php artisan preset bootstrap4-auth
Unfortunately, the problems persist in my auth view. How can I resolve this?