Skip to content
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

[Feature] Decouple the Generators from the Illuminate Configuration Repository #15

Merged
merged 5 commits into from
May 19, 2017

Conversation

Jaspaul
Copy link
Contributor

@Jaspaul Jaspaul commented May 18, 2017

This change decouples the generator from the illuminate configuration repository by introducing an adapter layer. The major advantage this will provide is giving us the ability to have multiple custom signed requests within a single project.

This resolves half of the requested functionality in #13.

Jaspaul added 3 commits May 18, 2017 16:22
Previously the generator was aware of the illuminate configuration
contract, which made it difficult to use multiple signed request
configurations in a single project. With the addition of the
configuration adapters we can now have many implementations
of configurations.
@Jaspaul Jaspaul self-assigned this May 18, 2017
*/
public function __construct(Generator $generator)
public function __construct(Configuration $configuration)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this is a breaking change on any dependent projects so we should update to v0.2

@Jaspaul Jaspaul requested a review from jshayes May 18, 2017 21:17
@Jaspaul Jaspaul merged commit 9037f94 into master May 19, 2017
@Jaspaul Jaspaul deleted the feature/customizable-generators branch May 19, 2017 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants