-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update laravel ui and bootstrap version #81
update laravel ui and bootstrap version #81
Conversation
@RoduanKD keep in mind that there's very big chance not all themes will work only by changing to |
remove ~ from app.scss
…nto add-vite-support-to-bootstrap-themes � Conflicts: � src/Console/InstallCommand.php
I've tested manually all error details:
|
@RoduanKD your error is with fontawesome. It cannot find manifest file. I think it could be manifest |
this issue was related to sass according to this I need to update
|
PS: with the above fix it's working with deprecation notice for font awesome files. @krekas |
@RoduanKD I checked your pr. |
thanks for your check @krekas:
|
@PovilasKorop planning to check today |
@RoduanKD change admin LTE npm packages to: // NPM Packages...
$this->updateNodePackages(function ($packages) {
return [
'jquery'=> '^3.6.0',
'resolve-url-loader' => '^4.0.0',
'bootstrap' => '~4.6.1',
] + $packages;
}, dev: true); this theme also uses old bootstrap version. After this fix everything works. @PovilasKorop after this last fix green light from me. |
@PovilasKorop don't have permissions. |
@krekas oh right, how could I forget. Ok waiting then. |
@keras, I've downgraded |
@krekas can you approve that I should merge? |
@PovilasKorop everything should be good, green light from me |
Hello!
I'm working on this now and here's the required todo
~bootstrap
aliasvite
directiverequire
withimport
since Vite doesn't support it