doeanderson/statamic-content-link

Symlink Statamic content from an external location

0.1 2023-04-21 17:51 UTC

This package is auto-updated.

Last update: 2024-05-21 20:27:27 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require doeanderson/statamic-content-link

Publish the config file with:

php artisan vendor:publish --tag="statamic-content-link-config"

This is the contents of the published config file:

return [
    'content-path' => env('STATAMIC_CONTENT_LINK_CONTENT_PATH'),
    'paths' => [
        base_path('content'),
        base_path('users'),
        public_path('assets'),
        resource_path('forms'),
        resource_path('users'),
        resource_path('blueprints/forms'),
    ],
];

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.