Page cover image

Install On Laravel/Statamic

Connecting your Laravel or Statamic site to Varsuite Core is a simple and quick process that allows you to monitor, manage and automate your site alongside your other connected projects.

Step 1: Install the Varsuite Core Package via Composer

From your project root, run the following command:

composer require varsuite/core

This will install the Varsuite Core integration package into your Laravel or Statamic project.


Step 2: Generate a Site Sync Key

  1. Log in to your Varsuite Core dashboard: https://app.vs-core.com

  2. Click “Add Site” and choose Laravel / Statamic as the project type.

  3. A Site Sync Key will be generated for you copy this key to use in the next step.


Step 3: Add Your Site Key to the Config

  1. Open your Laravel project and locate the .env file (or the appropriate config file if you're storing environment variables differently).

  2. Add the following line:

VARSUITE_CORE_SYNC_KEY=your-site-sync-key-here

Replace your-site-sync-key-here with the actual Site Key you generated from the Varsuite Core dashboard.

  1. Save the file and run:

php artisan config:clear

Step 4: You're Connected!

Once the Site Key is in place and configuration is cleared:

  • Varsuite Core will begin syncing data in the background.

  • Within a few minutes, your site will appear in the Varsuite Core dashboard.

  • You’ll start seeing information such as:

    • Package versions

    • Laravel/Statamic version details

    • System health and environment info


  • Head over to the Backups page within your Varsuite Core dashboard.

  • Configure your desired backup frequency, retention policy, and storage preferences to ensure your Laravel/Statamic project is safely backed up.


Troubleshooting

If your Laravel or Statamic project is not appearing or is showing as disconnected:

  • Ensure the Site Key is correct and stored properly in the .env file.

  • Check that your server has outbound HTTP/HTTPS access enabled.

  • If issues persist, please open a support ticket: https://app.vs-core.com/support


By completing these steps, your Laravel or Statamic site is now part of the Varsuite Core platform—making it easier to keep everything monitored, secure, and up to date from one central dashboard.

Last updated

Was this helpful?