Showing 1 – 3 of 3 replies
Rafael

How to update entire project.

Rafael PURCHASED
1 month ago
Hi Sean,
How can I update my entire project to the latest version?
Currently, my project's bootstrap is at version 4.0.0. My jquery is at version 3.2.
How can I update all libraries without my Laravel project breaking the entire layout?

Last edited 1 month ago

SeanTheme
SeanTheme SELLER
1 month ago
Hi,

If you wish to upgrade from Bootstrap 4 to 5, you might need to have a look for their new css class and some css class might be deprecated in v5 as well.

https://getbootstrap.com/docs/5.3/migration/

Besides that, our template also have some changes for the core css class like sidebar to app-sidebar, header to app-header and etc. All of this changes might need some times to go through it and it shouldn't be take a lot of time to migrate it.

Best Regards,
Sean.
Rafael
Rafael PURCHASED
1 month ago
So just by changing the package.json file with the desired version and running the npm run dev command, the bootstrap would already be updated and then check the affected classes?
Sorry for the technical ignorance, I'm trying to start over. If it's not too much to ask, can you give me a little more details?
SeanTheme
SeanTheme SELLER
1 month ago
Hi,

Yeah, you are right. Changing the package.json and check the affected classes will be the easiest way to do it.

Best Regards,
Sean.