Level 55
@celmar open the dev tool in browser and check console and network tab. Which url it try to load for css? Does it match real file path?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I install laravel with breeze. But breeze login or registration blade cannot load css.
I created project
laravel new myproject
Install breeze
composer require laravel/breeze --dev
php artisan breeze:install
php artisan migrate
npm install
npm run dev
Still no css in auth screen. What should i do for this?
Please or to participate in this conversation.