Skip to content

Install and Publish Assets

Terminal window
php artisan uplinkr:install

Publishes Uplinkr configuration and language files to your Laravel app. Optionally enables the built-in scheduler integration by toggling the config flag.

Requirement: ext-openssl must be enabled in PHP when you want TLS certificate metadata in probe and alert output.

OptionTypeRequiredDescription
--schedulerflagNoEnable scheduler integration by setting enabled to true in the config
Terminal window
php artisan uplinkr:install
Terminal window
php artisan uplinkr:install --scheduler
  • Publishes uplinkr-config and uplinkr-lang assets via vendor:publish
  • Prints a config hint after publishing
  • If --scheduler is provided, updates config/uplinkr.php to enable the scheduler
  • If the config file is missing, the scheduler step is skipped with a warning
  • If the scheduler is already enabled, no changes are made
  • 0 (SUCCESS): Installation completed successfully