matiazar

Results 6 comments of matiazar

I saw that 2 files has differents maps keys. What about if I need to use same keys.. like for development and production ?!

> Does it support Subscription or Recurring Payments? or it's just for one-time Payments? > > Thank you! pudiste resolverlo?

> just make all content of your component in one div > > ``` > in your component user-create-form.php > > //content > > ``` Saved my day.... from documentation:...

How do you install it on Laravel? or you only copy paste it?

I have fixed with this Config::set('settings.cache_key_prefix', 'settings_tenant_'. $tenant->id.'_'); // this line was in my code Settings::useCacheKeyPrefix('settings_tenant_'. $tenant->id.'_'); // this line was added