iLyas Farawe
iLyas Farawe
I have this code below that I use to send multiple notifications to agents which works fine without clockwork being enabled but as soon as I enable clockwork the code...
I had to edit the recorder from this: `$result = Process::run('composer outdated -D -f json');` To this: `$result = Process::run('export PATH=/opt/homebrew/bin:$PATH; export COMPOSER_HOME="$HOME/.config/composer"; composer outdated -D -f json');` **Suggestion:** maybe...
# Fix Scout queue configuration options ## Description This PR fixes Laravel Scout's queue configuration by adding `queue_connection` and `queue_name`, allowing developers to specify custom queue connections and queue names...