# fluent-support/trunk/config/app.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version trunk. 14 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/trunk/code/config/app.php
- Raw: https://pluginprobe.com/plugins/fluent-support/trunk/raw/config/app.php
- Modified: 2026-04-09T13:48:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-support/trunk/code/config/app.php#L10-L20`.

```php
<?php

return [
    'name'           => 'Fluent Support',
    'slug'           => 'fluent-support',
    'domain_path'    => '/language',
    'text_domain'    => 'fluent-support',
    'hook_prefix'    => 'fluent_support/',
    'ajax_prefix'    => 'fluent_support-',
    'rest_namespace' => 'fluent-support',
    'rest_version'   => 'v2',
    'env' => 'production'
];

```
