Daniel Behrendt

Results 5 issues of Daniel Behrendt

It seems not to be possible to add Horizon commands like this: ``` return [ 'commands' => [ \Laravel\Horizon\Console\PauseCommand::class, \Laravel\Horizon\Console\ContinueCommand::class, ], 'auth' => [ env('CLIENT_ARTISAN_REMOTE_API_KEY') => ['*'], ], 'route_prefix' =>...

We're unable to see any logged PHP errors when we use your PHP image on AWS - ECS and CloudWatch. Is this because error_logs are set to /docker.stderr? How can...

question

### Package filament/forms ### Package Version v2.13.6 ### Laravel Version v9.17.0 ### Livewire Version v2.10.5 ### PHP Version PHP 8.1.7 ### Bug description When using DatePicker in an initially hidden...

bug
confirmed

There seems to be a problem in: error theme/_typography.scss (Line 72: Invalid US-ASCII character "\xEF") Every time I try to compile the SCSS, because I made some changes, I get...

Sometimes the `php artisan ai-translator:translate` command has to be called multiple times as the translations did not finish. There area also times, where the translations are broken because something like...

bug