Arthur Minasyan

Results 18 issues of Arthur Minasyan

I don't know how to organize the update part. If someone can help I will be grateful. Or suggest an alternative option. Controller: ```php public function actionUpdate($id) { /** @var...

How can I display a permission description instead of a name on the assignment page?

```php $user->getFriendsOfFriends(); // or $user->getFriendsOfFriends($perPage = 20); // or $user->getFriendsOfFriends($perPage = 20, $fields = ['id','name']); ```

It would be great if you could add a date-time range picker. Thank you for a good job.

feature request

You have done a very good job. There are errors in the documentation, for example, there is no class named InputField, it must be `Input::make()`. Also `php artisan make:filter WhereNameStartsWithAFilter`...

How to get the group parent after dragging into another group? ```php [ [ 'order' => 1, // order of group (starts at 1, not 0) 'value' => 20, //...

It would be great if you could show an example of how we can use the package with a socket (ex. notification).

Hi. First thanks for this amazing package. I like it a lot. I need a little help with how can I use translations on the website. Like I want to...

How to call the commands in the module?

There is no config files in project.