<?php

return [

    'default_collection' => 'default',
    'svg_route' => 'svg/{collection}.svg',
    'cache_store' => env('SVG_CACHE_DRIVER', config('cache.default')),

    'collections' => [
        'default' => [
            'paths' => [],
        ],
    ],

];