Laravel view styling is missing - Laravel Login and Register form views do not get styles

Опубликовано: 06 Октябрь 2024
на канале: Simple solution
713
5

if your Laravel Login and Register views do not get styles then this Laravel login from. Login and Register views do not get styles from the master page - Is this normal behavior. Laravel 8 custom login and registration

Did you install node and npm then run the following commands in your laravel root directory?

--------------------------------------------------
npm install
npm run dev
------------------------------------------------------

These commands compile related javascript and scss/css files and build your front end.