You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default templates have been relying on TailwindCSS for a while, including all the starting kits (as far as I'm aware). However, it seems like this package still relies on Bootstrap classes, so it's not possible to use it out of the box in new apps.
Steps To Reproduce
Create a new Laravel app using Breeze + Blade with Alpine.
Install Passport.
Attempt to connect with an application, notice that the UI is not applying any styles.
The text was updated successfully, but these errors were encountered:
Passport Version
12.0
Laravel Version
11.31
PHP Version
8.4
Database Driver & Version
No response
Description
The default templates have been relying on TailwindCSS for a while, including all the starting kits (as far as I'm aware). However, it seems like this package still relies on Bootstrap classes, so it's not possible to use it out of the box in new apps.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: