Yury Boichuk

Results 9 comments of Yury Boichuk

Ho to set second separate supervisor worker for indexing only? And restrict indexing in main worker? Any example may be?

This may help: ``` composer require "jonnyw/php-phantomjs:@dev" ```

@peimn how to integrate this datepicker with CF?

https://github.com/gurayyarar/AdminBSBMaterialDesign/issues/16

What about this feature?

My solution: ``` $user->subscription()->changePlan($plan); $user->subscription()->update([ 'starts_at' => null, 'ends_at' => null ]); $user->subscription()->renew(); ``` But I don't think that's the right or best solution.

@BeyCoder do you have similar errors?

> Hi, this is planned, until then you can handle a conversation through webhooks and storage It would be great to see the simplest example of a conversation. For example,...