konrad-ch
konrad-ch
I have an rather odd problem - I compiled my project with only whitespace optimizations, next I do some changes on the result "app.js" file (please don't ask me why......
Hello, I want to do something like this: 1. make basic globalRules like: ``` globalRules: { editor: new AclRule('editor').generate(), accessUsersRoute: new AclRule('admin').generate() } ``` 2. fetch permission data from my...
Hi, let me start by saying the library is great, very useful! :) I have a problem with global scopes and tables with same column names. For example: **Product.php** ```class...
Hi, maybe its wrong place to post my issue cause your demo project works fine for me. But I have a problem when trying to build my own project based...
Hello, I think I'm doing everything right: ```php $gateway = Omnipay::create("Coinbase"); $gateway->initialize(['apiKey' => 'my_api_v2_key_with_all_perm', 'secret' => 'my_api_secret', 'accountId' => 'my_acc_id']); $transaction = $gateway->purchase(['amount' => 10, 'currency' => 'USD', 'description' =>...