When I enter composer create-project laravel/laravel blog "8.0"
it creates the blog with Laravel 8. After that I create front end scaffolding with composer require laravel/ui:^3.0
and php artisan ui vue --auth
. After that I npm install && npm run dev
. And it doesn't look how it should look. (Picture 1)
Asked
Active
Viewed 53 times
0

matiaslauriti
- 7,065
- 4
- 31
- 43

chenas
- 7
- 2
-
Did you miss step #2? https://stackoverflow.com/a/63868520/296555 – waterloomatt Jun 04 '21 at 20:14
-
Any updates here? Looks like your CSS isn't loading. Seeing 404 or other error codes in your browser console? FYI, Similar question here https://stackoverflow.com/questions/58111841/auth-pages-not-getting-css-in-laravel. – waterloomatt Jun 07 '21 at 14:31