Skip to content

Multiple composer.json handling in codeigniter!! #2528

Description

@inandi

let's say my project directory structure like this:

root
|---vendor/
|---composer.json
|---API_DIRECTORY
	|---index.php
	|---LIBRARY
		|---AWS/
			|---vendor/
			|---composer.json
		|---GOOGLE/
			|---vendor/
			|---composer.json
		|---FACEBOOK/
			|---vendor/
			|---composer.json
	|---vendor/
	|---composer.json

as you can see I have multiple packages with different composer.json files. each and every time I need to run composer install separately. how can I do it only once, using one composer JSON file?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions