OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM Use "composer create-project"?

This topic contains 0 replies, has 1 voice, and was last updated by  ianfp 8 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #30218

    ianfp
    Participant

    I want to customize OroCRM as described in the docs, and I see that a) the src/ directory is empty and,b) the actual Oro source code is in vendor/. This matches what I see in the documentation, where my customizations go into src/. So far so good.

    My question is, shouldn’t I then use “composer create-project oro/crm-application my-target-dir” instead of “git clone …”? It seems to me that I should commit “my-target-dir” to Git and simply Git ignore the my-target-dir/vendor/ directory. But all of the installation instructions tell me to use “git clone” instead of “composer create-project”.

    Does anyone have any experience with this?

The forum ‘OroCRM’ is closed to new topics and replies.

Back to top