# fluent-cart/1.3.28/vendor/composer/autoload_psr4.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.3.28. 15 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.3.28/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.3.28/raw/vendor/composer/autoload_psr4.php
- Modified: 2026-05-14T15:41:54+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-cart/1.3.28/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'FluentCart\\OpenSpout\\' => array($vendorDir . '/openspout/openspout/src'),
    'FluentCart\\Framework\\' => array($vendorDir . '/wpfluent/framework/src/WPFluent'),
    'FluentCart\\Dev\\' => array($baseDir . '/dev'),
    'FluentCart\\App\\' => array($baseDir . '/app'),
    'FluentCart\\Api\\' => array($baseDir . '/api'),
);

```
