Tirdea Mihai

Results 2 comments of Tirdea Mihai

``` public function toSearchableArray() { return [ 'id' => $this->id, 'name' => $this->name, 'price' => $this->price, 'address' => $this->address, ]; } ``` With toSearchableArray() on your model, you specify what...

There's a fork [here](https://github.com/vlinde/cordova-plugin-zeep) that allows for password encrypt / decrypt ``` $cordovaZeep.unzip({ from : zip, to : extracted, password : 'your-password' }).then(function() { console.log('unzip success!'); }, function(e) { console.log('unzip...