Vincent Pieplu

Results 13 issues of Vincent Pieplu

Hello, I've tried these different formats: ``` $url = saml_url(config('app.url'), $identity->uuid, [config('app.url') . '/login-sso-redirect']); $url = saml_url(config('app.url'), $identity->uuid, config('app.url') . '/login-sso-redirect'); $url = saml_url(config('app.url'), $identity->uuid, ['returnTo' => config('app.url') . '/login-sso-redirect']);...

If we use "cachePurge" with id and url of the image, and that it does not exist, it blocks the execution of the code that follows, it's a pity. Solutions...

Hello, I'm using the laravel-vue-i18n package. I put my configuration file like this : ``` 'search' => [ /** * Directories which should be looked inside. */ 'dirs' => [...