Laravel 8 JetStream Bootstrap 4

老子叫甜甜 提交于 2021-01-29 19:57:39

问题


I am using the jetstream UI with Laravel 8 and I have checked an I am aware that the Laravel team has no plans to make a Bootstrap version of the UI but I'm only comfortable with bootstrap and can't use a CDN because I need to make changes to BS4. Is it possible to install BS4 and SASS on a Laravel project without affecting the Laravel JetStream UI.


回答1:


By default Laravel Jetstream is powered by TailwindCSS. All defaults pages is made by this CSS framework but you can easily add Bootstrap to your project and make your new pages with the bootstrap framework.




回答2:


Why border when you can use Jetstrap

Install Jetstream as usual, then install Jetstrap to enable you automatically replace Tailwind resources for Bootstrap. And if you use AdminLTE or CoreUi Jetstrap got you covered. Checkout the docs.




回答3:


Using Bootstrap in Jetstream: https://github.com/nascent-africa/jetstrap



来源:https://stackoverflow.com/questions/65779746/laravel-8-jetstream-bootstrap-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!