Valentin Ivaşcu

Results 19 comments of Valentin Ivaşcu

To make it to work with l5 just comment $this->package('chumper/datatable'); on boot method in: vendor\chumper\datatable\src\Chumper\Datatable\DatatableServiceProvider.php

@vijaysebastian i don`t understand what you mean. You could install "chumper/datatable": "dev-master" in laravel 5 then just comment $this->package('chumper/datatable'); on boot method in: vendor\chumper\datatable\src\Chumper\Datatable\DatatableServiceProvider.php and voilla. Will work! As you...

I added a pull request with L5 support! But.. we need to wait an merge :) Untill that, you can use https://github.com/oriceon/oauth-5-laravel

I receive ```{ "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Login Required", "locationType": "header", "location": "Authorization" } ], "code": 401, "message": "Login Required" } }```

Same issue here. Any fix for that?

On cmd i get: ``` λ where powershell C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ``` And on browser: ```php [] 1 ```

``` 1) whoami Browser: array:1 [▼ 0 => "nt authority\system" ] 0 CMD: My\Name 2) wmic OS get Name Browser: array:3 [▼ 0 => "Name" 1 => "Microsoft Windows 10...

Hi. ``` 1) Browser: Directory: C:\Windows\System32 Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 07.12.2019 11:09 43008 where.exe CMD: Volume in drive C is Windows Volume Serial Number is...

@barryvdh Can you publish a new release? We use barryvdh/laravel-debugbar and in php 8.2 is broken.