Dropping Git clone and archive installation support #3542
macintoshplus
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can install Bolt in 3 ways.
First, the extraordinary ways (for not say bad):
git clone https://github.com/bolt/core
.Why? The code of the project is melting in the Bolt's code. The Bolt upgrade way is very difficult. The project can easily change the Bolt code.
How to know if the bug reported is from the original Bolt code or if the bug is due to a project Bolt code customizing?
The recommended and the current way in PHP development:
composer create-project
. Composer helps to manage the dependencies upgrade. The project code is not in another Bolt code.Of course, we can discuss it in the comments.
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions