Florent Sorel

Results 13 comments of Florent Sorel

Same for me. It would be nice to have the theme in PHPStorm :).

You can check the [entrust](https://github.com/Zizaco/entrust#concepts) doc for that, after a registration you can fired an event and associate the new user to a role or simply do this in your...

No, I don't think, the actual purpose of this repo is to get an admin panel with Entrust. You can add the code directly to the [postRegister method](https://github.com/Rtransat/laravel-entrust-role-permission-panel/blob/master/app/Http/Controllers/Auth/AuthenticateAndRegisterUsers.php#L39)

You can add a elseif statement in foreach. Know that this part of my example is to improve. I don't have time :/ You can look this package and this...

May be something like that: ``` php // $user => Auth::user() in your view function isAuthorize($user) { $permissions = Permission::all(); foreach($permissions as $permission) { return ($user->can($permission)) ?: 'disabled'; } }...

Thank, I will test it.

Thx @saurabh-pathak94. Can we use concatenation to search for example first and last name together ? ``` php

Any news about TV features ?

Same issue for me with k8s and 2 containers in a pod with grafana 11.0.0 and renderer 3.11.0 ``` logger=rendering renderer=http level=debug msg="calling remote rendering service" url=http://localhost:8081/render/version logger=rendering renderer=http level=error...