-
-
Notifications
You must be signed in to change notification settings - Fork 65
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 Bootstrap to v5.3 #84
Comments
If you agree to use the bundled Bootstrap js file, I have the pull request ready to submit |
Send in the patch @visto9259 👍 |
I think there should be a package manager like webpack, vite etc. Making it much easier and more modern when using CSS and JS packages. |
Not really. Everyone does front-end differently. It is not appropriate for a PHP project skeleton to dictate which front-end tech to use. It's enough to provide pre-compiled Bootstrap so that it can easily be ripped out and replaced with whatever the user wants. |
My suggestion is to create a skeleton for the front-end base with modern tools. Currently Bootstrap is set to "default" |
@juizmill I personally use Bootstrap and React in my app based on Laminas MVC. I use Grunt, Webpack and other tools in the dev/build workflows. Take a look at this guide https://visto9259.github.io/docs/laminas-webpack-guide-getting-started I will not pretend that it is the best workflow as it is outdated and could be improved but it will give you a starting point for what you are looking for. |
I think CDN is a good way |
Feature Request
Summary
The version of Bootstrap that is bundled in the skeleton is version 5.2. Bootstrap has been on 5.3 for a year now.
The skeleton should use the bundled Bootstrap JS to have all the tools.
It may be preferable to use the CDN?
The text was updated successfully, but these errors were encountered: