nascent-africa / jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.
https://github.com/nascent-africa/jetstrap
MIT License
709 stars 120 forks source link

I can´t use with Bootstrap 4 #65

Closed inkael closed 3 years ago

inkael commented 3 years ago

How can I use jetstrap with Bootstrap 4, I know rigth now Bootstrap 5 is default but how can I change it? I tried with JetstrapFacade::bootstrap4(); but I got a error Call to undefined method NascentAfrica\Jetstrap\Jetstrap::bootstrap4()

Merci

REJack commented 3 years ago

If I'm not wrong, you need to use v2.4, since v2.5+ is BS5 not BS4

inkael commented 3 years ago

You´re right I use that version and it works thanks