> For the complete documentation index, see [llms.txt](https://lakm.gitbook.io/commenter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lakm.gitbook.io/commenter/configuration/publish-config.md).

# Publish Config

### Publish config file

```bash
php artisan vendor:publish --tag=commenter-config
```

{% hint style="info" %}
You don't need to explicitly execute the above command, as the package publishes it when you run the [commenter:install](/commenter/basics/installation.md#step-2) command during installation.
{% endhint %}

The above command publishes the package's config file, named **commenter.php**, into the project's config directory.
