OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions OroPlatforms bundles

This topic contains 3 replies, has 2 voices, and was last updated by  Yevhen Shyshkin 9 years, 2 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
  • #33718

    andrius-kulbis
    Participant

    Hello,

    Can OroPlatforms bundles be used in separate projects or are they coupled with other component closely? For example SecurityBundle, I see a composer.json file in it but I am unable to composer require oro/security-bundle.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #33719

    Yevhen Shyshkin
    Participant

    Hello, andrius-kulbis.

    Fow now you can only add whole platform (all bundles) and then use only required.

    #33720

    andrius-kulbis
    Participant

    And how about the configuration. Lets say I want to use your ACL annotations in my project. What specific console commands I would need to run for only acl features, so that I would not populate my database with the whole OroPlatform required tables?

    #33721

    Yevhen Shyshkin
    Participant

    > Lets say I want to use your ACL annotations in my project.
    You have to use AclAnnotationLoader and check out what additinal classed you want to use in your project.

    > What specific console commands I would need to run for only acl features, so that I would not populate my database with the whole OroPlatform required tables?
    If you don’t want to use whole platform you shouldn’t run any additional commands – you just need to decide what features of SecurityBundle you want to reuse and find out how to do that.

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top