warpig's avatar
Level 12

Breeze scaffolding UI components

Hi, when I got breeze installed into my app (long time ago) it automatically did the layout for login, reset passwords and all of those screens, well now im trying to reinvent this part but at the top of the screen, on the login.blade.php file, theres this top component (guest-layout.blade.php) but I can't locate it anywhere. Where is it? I tried going into Breeze repo to search for this on https://github.com/laravel/breeze but there's no single blade file in there, however they do exist inside the vendor folder inside my application but "guest-layout" it's not there, should I create a brand new component?

Reason why

Whenever I try and login into my application via Heroku, the page is messed up, meaning the Laravel logo is huge, (being that is an SVG) the form doesn't have any styles applied and it's messed up, but on my local server it does looks nice and smooth, it uses tailwind by default and that is fine I can use that but im wondering where I can get this component now so I can include the tailwind CDN or add my own CSS.

0 likes
1 reply
warpig's avatar
warpig
OP
Best Answer
Level 12

Okay, I found it! :-) it's there under "layouts" folder Full path is: resources/views/layouts/guest.blade.php

Please or to participate in this conversation.