doeanderson / statamic-content-link
Symlink Statamic content from an external location
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/doeanderson/statamic-content-link
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
README
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.