问题
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