ποΈSetup
Once you've installed Gitamic, you'll need to update your application's configuration. This is usually a one-time thing for each Statamic site where you use Gitamic.
1. Register the add-on within Statamic
'addons' => [
'simonhamp/gitamic' => 'pro',
],2. [Optional] Set the commit author details
GITAMIC_GIT_USER_NAME="Simon Hamp"
GITAMIC_GIT_USER_EMAIL="[email protected]"php artisan vendor:publish --provider=SimonHamp\\Gitamic\\ServiceProvider3. [Optional] Play nicely with Statamic Pro
Last updated