-
When attempting a query like this:
``` php
DB::table('users as u')
->select('id')
->whereRaw('u.id > :id or u.id < :id', [
'id' => 2,
])
->first();
```
a `QueryException` is …
-
Given the following:
```php
trait HasId
{
/**
* @OA\Property(
* format="int64",
* readOnly=true,
* )
*
* @var int
*/
public int $id;
}
…
-
Following the installation manual, I get the following error while running the systemd service that is provided in the installation manual.
```
Feb 11 04:48:01 pix systemd[1]: Started Pixelfed tas…
-
### SDK Version
6.5
### PHP Version
PHP 7.4
### Composer Version
2.x
### What happened?
Packages relaying on lcobucci/jwt can not be installed because it is marked as conflicting in composer.js…
-
Hi, just installed Passport and I am getting this error when I create (and migrate) a new tenant:
```Base table or view already exists: 1050 Table 'oauth_auth_codes' already exists ``` (surely thi…
-
i think i'm doing something wrong, not sure, i searched at stackoverflow but i not find anything related to this package, so i followed the installation tutorial at documentation, and inserted a admin…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Hello.
I did a Snipe-IT migra…
-
Hey, I was wondering if you did already have a look at passport and if there are any plans use it.
As far as I understand dingo would still provide some benefits on top of passport, like the whole t…
-
Hello,
I am working to setup auth0-php in my application, however am encountering composer conflicts. I intend to migrate my user base from [laravel/passport](https://github.com/laravel/passport) t…
-
- Passport Version: 4.0.3
- Laravel Version: 5.5.48
- PHP Version: 3.3.11
- Database Driver & Version: MariDB 10.4.8
### Description:
Sometimes ```Laravel\Passport\Http\Controllers\AccessTokenC…