Skip to content

Supports before hooks for closure-based features.#151

Closed
inmanturbo wants to merge 1 commit intolaravel:1.xfrom
inmanturbo:1.x
Closed

Supports before hooks for closure-based features.#151
inmanturbo wants to merge 1 commit intolaravel:1.xfrom
inmanturbo:1.x

Conversation

@inmanturbo
Copy link

Usage

Feature::before('new-api', function (User $user) {
  if (Config::get('features.new-api.disabled')) {
      return $user->isInternalTeamMember();
  }
});

@taylorotwell
Copy link
Member

Thanks for your pull request to Laravel!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include.

If applicable, please consider releasing your code as a package so that the community can still take advantage of your contributions!

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