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
710 stars 120 forks source link

AdminLTE3 Preset #71

Closed joshua161 closed 2 years ago

joshua161 commented 2 years ago

No logout feature

allgood commented 2 years ago

Having same problem here, I think that the problem is on loading bootstrap javascript functionality since the user drop down menu doesn't work

allgood commented 2 years ago

Solved it here:

needed to edit resources/views/vendor/jetstream/components/dropdown.blade.php and change data-bs-toggle to data-toggle

data-bs-toggle is specific to bootstrap 5 and the project is installing bootstrap 4.

sicaboy commented 2 years ago

Nav team/profile dropdown doesn't work in AdminLTE