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
Is your feature request related to a problem? Please describe.
Is there room to include support for CoreUi v4 in the future?
Describe the solution you'd like
I feel like it would be nice to simply include JetstrapFacade::useCoreUi4(); in the boot() method of app/Providers/AppServiceProvider.php.
Describe alternatives you've considered
I'm currently moving away from JetstrapFacade::useCoreUi3(); to CoreUi v4, I'm trying to follow the official migration guide though I haven't had any success yet. My previously working CoreUi v3 User Interface is messed up due to the upgrade.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Is there room to include support for CoreUi v4 in the future?
Describe the solution you'd like
I feel like it would be nice to simply include
JetstrapFacade::useCoreUi4();
in theboot()
method ofapp/Providers/AppServiceProvider.php
.Describe alternatives you've considered
I'm currently moving away from
JetstrapFacade::useCoreUi3();
to CoreUi v4, I'm trying to follow the official migration guide though I haven't had any success yet. My previously working CoreUi v3 User Interface is messed up due to the upgrade.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: