-
### Subject of the issue
When I use auth() with attempt(), I'm always getting an HTTP OK (200) as a result with the following code. In spite of invalid credentials, and even a truncated table, attemp…
-
### What happened?
```json
{
"message": "The command \"node \"C:\\Dev\\row-bloom-app\\vendor\\spatie\\browsershot\\src/../bin/browser.cjs\" \"{\"\"url\"\":\"\"file:\/\/C:\\\\Users\\\\ilies\\\\App…
-
### Subject of the issue
Describe your issue here.
### Your environment
| Q | A
| ----------------- | ---
| Bug? | no / yes
| New Feature? | no / yes
| Frame…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.41.0 x64
**Electron**: 4.2.7
**OS**: Microsoft Windows 10 Pro
**Thrown From**: [atom-autocomplete-php](https://github.com/Peekmo/atom-au…
-
### Subject of the issue
First, I'm sorry for reporting a bug on 1.0.*@dev . Looks like that's the widely used branch for some of the shortcomings on releases.
### Your environment
| Q …
-
### Subject of the issue
I'm going to use JWTAuth to create token from a model. So I used this method:
`$token = JWTAuth::fromUser($user);`
In my api routes I have:
Route::post('login', 'Aut…
-
### Subject of the issue
If TTL is set to `null` by any means (config file, `setTTL` on guard), the Factory will remove the `exp` claim from the payload as expected.
However, the `exp` payload is re…
-
### Subject of the issue
how can I generate a token if the user is not authenticated only with his mail, is to recover the password of the api with the email, some idea to do it
Thanks in advance
…
-
laravel-mix doesn't react to newly added images while running watch script.
Here's my webpack.mix.js file.
```
const mix = require('laravel-mix')
const imageminMozjpeg = require('imagemin-m…
-
Hi, you recently made interactive-make work with laravel 6.
Seems that the generated migration file is incorrect for an alter table scenario.
I'm expecting the first parameter of Schema::table()…