laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.97k stars 819 forks source link

Add Bootstrap support #179

Closed tomcrofty closed 4 years ago

tomcrofty commented 4 years ago

With bootstrap still being the most popular CSS framework, I think Jetstream should have bootstrap support built-in.

driesvints commented 4 years ago

We have no plans for this atm. Please also try to search previously closed tickets next time. Thanks.

tomcrofty commented 4 years ago

Can we get an explanation why? With Jetstream becomming the main Auth package for Laravel, I think an explanation would be useful to stop repeat issues.

Also: https://github.com/laravel/jetstream/issues?q=is%3Aissue+bootstrap

driesvints commented 4 years ago

We don't want to maintain stacks we aren't using ourselves.

jrd-lewis commented 4 years ago

It would still be useful for people who don't use Tailwind.

driesvints commented 4 years ago

@jrd-lewis feel free to maintain a fork if you're willing to put in the work. This is open source so anyone can do that.

tomcrofty commented 4 years ago

Even an unstyled preset would be suitable, something running on pure blade without any CSS applied so that we don't have to remove all the Tailwind stuff to use bootstrap or something else.

FoksVHox commented 4 years ago

@jrd-lewis feel free to maintain a fork if you're willing to put in the work. This is open source so anyone can do that.

Is it allowed to PR it to this repo?

driesvints commented 4 years ago

No, we're not planning on adding bootstrap to this repo.

relaypilot commented 4 years ago

For the people like me struggling in replacing the Tailwind modal by a Bootstrap one, here is a great snippet: https://www.nicesnippets.com/blog/laravel-livewire-crud-with-bootstrap-modal-example

ycs77 commented 4 years ago

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

JTD420 commented 4 years ago

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

This is perfect! Exactly what I wanted. :) I hope that it sees enough usage to be maintained or potentially brought into this repo and provided as an alternative option in the future! Seems like the majority of the works already been done, so now it would just be a matter of updating it with any future updates to the Laravel core? @driesvints 🙏 😉

driesvints commented 4 years ago

@JTD420 if we brought it into Jetstream we'd be responsible for maintaining it and future versions of Bootstrap. We don't have any plans for this. I'm closing this off here, sorry. Feel free to make use of the package above.