Installation & Upgrading
Install the add-on with Composer:
composer require boldminded/dexter-statamicThe config file is published automatically as part of the install. If you need to publish it again, or it did not appear:
php please vendor:publish --tag=dexter-configThis creates config/dexter.php. Add your provider credentials to .env, then define at least one index. See Configuration.
Verify the installation:
php please dexter:doctordexter:doctor checks that the addon is wired in correctly — that core classes autoload, an HTTP client is discoverable, and each configured index resolves to a real driver and real content handles. It contacts no network services; it checks plumbing, not connectivity.
Last updated