Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个新项目并添加了一个 Jetstream。之后,我使用 jetstrap 交换使用 bootstrap。但是页面作为图像非常无形:
如何解决这个问题,如果你帮助我,我会很高兴
尝试使用以下命令在您的 laravel 项目上安装引导程序:
composer require laravel/ui php artisan ui bootstrap npm install && npm run dev
如果您没有看到任何更改,请尝试清除浏览数据和/或清除项目缓存,方法是:
php artisan cache:clear
和
php artisan view:clear