Mathias Weisheit

Results 10 comments of Mathias Weisheit

> > > I came across the same problem. The issue was that I was passing the remember flag to the attempt method: > > ``` > auth()->attempt($this->credentials($request)); // this...

How can I prevent multiple workers on unit tests?

Hi, in my .env these variables are set: SCOUT_DRIVER=tntsearch SCOUT_QUEUE=true So I would change the 'queue' => env('SCOUT_QUEUE', false), in scout.php to check the environment? ` 'queue' => env('APP_ENV', 'testing')...

'queue' => env('APP_ENV') == 'testing' ? false : env('SCOUT_QUEUE', false),

Hi, I have a similar problem: PS C:\data\Workspaces\laravel-app-template> helper/composer require --dev mpociot/laravel-apidoc-generator Using version ^4.8 for mpociot/laravel-apidoc-generator ./composer.json has been updated Running composer update mpociot/laravel-apidoc-generator Loading composer repositories with package...

@mylemans what can we do do get the change in a new release?

That's right! I already searched for forks with more engagement.

Do you need more information?