# fluent-boards/2.0.1/app/Api/config.php

FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration, version 2.0.1. 12 lines.

- Page: https://pluginprobe.com/plugins/fluent-boards/2.0.1/code/app/Api/config.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/2.0.1/raw/app/Api/config.php
- Modified: 2024-08-23T12:13:22+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-boards/2.0.1/code/app/Api/config.php#L10-L20`.

```php
<?php

// Register the classes to make available for the developers
// The key will be used to access the class, for example:
// FluentBoardsApi('boards') or FluentBoardsApi->boards

return [
    'boards'      => 'FluentBoards\App\Api\Classes\Boards',
    'tasks'      => 'FluentBoards\App\Api\Classes\Tasks',
    'stages'      => 'FluentBoards\App\Api\Classes\Stages',
];

```
