I have a Laravel 8 project, with PHP7 and wanted to try out Laravel Breeze, but after installing according to Laravel Documentation, Tailwind styles are not being reflected on my login and register pages.
At the top of the page there is a broken script loading @vite('resources/css/app.css', 'resources/js/app.js')
I checked app.blade.php and guest.blade and found @vite('resources/css/app.css', 'resources/js/app.js') being loaded on the head section.
What is missing here? Do I need a different configuration to compile my assets?