Commands
Commands offer additional functionality like providing debug information and performing maintenance tasks.
Commands are intended to be run from within the CLI of the container and from the application's root directory. The application directory is located at: /app/www
When using the commands below they should be prefixed with php artisan
, so the about
command will look like php artisan about
.
Core commands
Core commands exist at the framework level and might be extended to provide additional functionality.
about
Provides information on the current version of Speedtest Tracker, Laravel and Filament.
Application commands
Application commands are built to extend Speedtest Tracker's functionality from the CLI.
app:install
Installs a fresh version of Speedtest Tracker. If you have an existing install this will delete all data.
app:ookla-list-servers
Get a list of local Ookla speedtest servers.
app:user-change-role
Change the role for a user.
app:user-reset-password
Change the password for a user.
app:version
Sends a notification to the admin users when Speedtest Tracker is outdated.
Maintenance commands
Maintenance commands help fix issues that might crop up over time.
app:result-fix-statuses
Reviews the data payload of each result and corrects the status attribute.
Last updated