Skip to content

doeanderson/statamic-content-link

Repository files navigation

Symlink Statamic content from an external location

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages