Jonathan Hafkamp

Results 14 comments of Jonathan Hafkamp

Well I'm currently working on a project where it would be nice to use te showoperation which shows exact the same page as the update/create operation would do, with the...

```vue import Multiselect from '@vueform/multiselect/dist/multiselect.vue2.js' import '@vueform/multiselect/themes/default.css'; export default { components: { Multiselect, }, data() { return { pietje: null, dataOptions: [] } } } ```

Any news on this one? I would like to retrieve the Postmark ID after sending the mail, can't figure out how!

> The way I acheieved this is listen for the Illuminate\Mail\Events\MessageSent Event and in the listener you can retrieve the ID > > ``` > public function handle(MessageSent $email) >...

Any thoughts about this one? Otherwise I need to make an fork, which I dont like.

This can be solved using this code, making sure to always have the actual database record inside the loop. If removing the `$item` directly, the `_lft` and `_rgt` may have...

Maybe like this: ```php /* * Lasso can also trigger Webhooks after its commands have been * successfully executed. You may specify URLs that Lasso will POST * to, for...

@niektenhoopen see my suggestion in #405. This will fix the issue.