Ray Olivero
Results
2
issues of
Ray Olivero
- Laravel Version: 5.5 - Adldap2-Laravel Version: ^4.0 - PHP Version: 7.1 - LDAP Type: ActiveDirectory ### Description: I'm using multiple authentication guards: ``` 'admins' => [ 'driver' => 'adldap',...
ActiveDirectory
Am i the only one have problems checking the Ability of an user? Im using Laravel 5.1.11 and a resource controller with a construct method using this: $this->middleware('ability:admin,create_quote,true', ['except' =>...