pulse-outdated
pulse-outdated copied to clipboard
A Laravel Pulse card to show outdated composer dependencies
It's understandable that we don't want to run it all the time, as it doesn't make sense. However, if I need the latest information or just want to check if...
### Problem Currently, the command only runs at midnight. This is not a problem if Pulse runs at exactly midnight. However, at the moment I cannot influence this value, for...
- Add npm outdated dependencies 
In older versions of composer (such as v2.2.22) there is no source of the repository present in the outdated command. This breaks the Laravel Pulse dashboard giving a `Undefined array...
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...
This uses the Pulse built-in Throttling trait rather than hard-coding the time to run the check. This will allow it to run when it is first started without waiting for...