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

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 1.5.2. 13 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/1.5.2/code/config/app.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.5.2/raw/config/app.php
- Modified: 2021-11-12T14:57:38+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/1.5.2/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'            => 'dev'
];
```
