Sergiu Botnarenco

Results 2 comments of Sergiu Botnarenco

I create one fork of repo and add multiple parameters keys, can see it here - [GitHub](https://github.com/serrvius/ParameterHandler) - [Composer package](https://packagist.org/packages/serrvius/composer-parameter-handler)

if someone needs to allow and exclude tables in one row you can use the regexp like this: `~^(?!(api_messenger_messages|api_crm_user))(api_)~` here we allow only tables with prefix **api_**, but exclude some...