permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

autoload_psr4.php
text/x-php

Download raw (256 bytes)

<?php

// autoload_psr4.php @generated by Composer

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

return array(
    'Grav\\Plugin\\Console\\' => array($baseDir . '/cli'),
    'Grav\\Plugin\\' => array($baseDir . '/classes'),
);