-
{
"authHost": "http://localhost",
"authEndpoint": "/broadcasting/auth",
"clients": [],
"database": "redis",
"databaseConfig": {
"redis": {},
"sqlite": {
"databasePath": "/database/…
-
Laravel Version: 5.7
Adldap2-Laravel Version: 6.x
PHP Version: 7.1
LDAP Type: ActiveDirectory
Hi,
I want to login whenever I can't reach my ldap server,
so I change the config,
In config/lda…
-
https://github.com/jamesmills/laravel-timezone/blob/20ea12b088909c3dfadf6de8ae961c367a77b668/src/Timezone.php#L51
I'm wondering, if we can use protected instead of private function then people can …
oza75 updated
3 years ago
-
I am using two guards. (Api and admin).
```
'guards' => [
'web' => [
'driver' => 'session',
'provider' => 'users',
],
'api' => [
'dr…
-
Hello @simonhamp
I've purchased the add-on, and I've been struggling trying to get it to work with my Docker setup.
My Dockerfile looks like this
```
ARG PHP_VERSION=8.2
ARG NODE_VERSION=18
…
-
- Corcel Version: 3.1.0
- Framework Name & Version: WordPress 5.3.2, Laravel 6.2
- PHP Version: 7.4
- Database Driver & Version: MySQL 5.6
### Description:
I've set up a basic Laravel + Corcel …
-
Unable to reset password.
```
> Swift_TransportException thrown with message "Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required
> ""
>
> Stacktrace…
-
### Subject of the issue
Got error on 'jwt.auth' & jwt.refresh' middlewares
"message": "Call to undefined method Illuminate\\Events\\Dispatcher::fire()",
**According to** https://laravel.com/d…
-
- Laravel Version: 5.7.28
- Adldap2-Laravel Version: v6.0.8
- Adldap2 Version: v10.2.1
- PHP Version: 7.2.24
- LDAP Type: ActiveDirectory
### Description:
The connection to the Active Dir…
-
I'm having a harsh time trying to get the single use token flow working.
I have set up the _RefreshToken_ middleware by adding the `'jwt.refresh' => 'Tymon\JWTAuth\Middleware\RefreshToken'` to the…