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'),
],
];
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.