Tushar Deo

Results 11 issues of Tushar Deo

Laravel 5.0 config publish no longer works. ![image](https://cloud.githubusercontent.com/assets/1810991/8299087/d213c6c2-1990-11e5-9d89-cd719e9f618a.png)

I am using v4 of the package. Two users. One user was a participant when the conversation was created. Another was added a day later. However, when the initial user...

Hello, Either we could just throw Unable to connect to server, Please contact Server Admin. -or- something like this. https://github.com/purekid/mongodm/blob/master/src/Purekid/Mongodm/MongoDB.php#L189

A minor pull request, adds the functionality to dynamically end a quiz. This might help, for use case to end quiz after timer runs out.

Can I trigger method `completeQuiz` dynamically via query by a click of a button?

Hello, ``` "Notification was not sent. You should specify device token(s), topic(s) or group(s) for sending notification." ``` However, ``` laravel-fcm.log ``` logs ``` [2017-05-13 20:37:29] Laravel-FCM.INFO: notification send to...

How can I implement the where clause by passing an array of values to it? ``` php Model::where('field', array(1,2,3,4,5))->sort('field')->get(); ``` Any help is appreciated.

# Feature Request **Description** Currently, the video if we have a dynamic height set height to 35%. The video is being cropped on the user end. However, correct video is...

Hello, I am unable to figure out routes, if we generate router for a module via https://github.com/Accenture/generator-mario#router. I understand Router is attached to a controller. But when I tried creating...

Hello, How can I automatically create @mention user in the textarea by default on load. Regards