derhasi / boxfile
Command to handle freistil Boxfiles anywhere
0.2.1
2017-12-07 11:23 UTC
Requires
- derhasi/symlinker: >=0.2.2
- symfony/config: ~2.6 || ~3.2.0
- symfony/console: 2.* || 3.*
- symfony/yaml: 2.* || ~3.2.0
This package is not auto-updated.
Last update: 2026-03-15 01:59:14 UTC
README
This is a tool for applying Boxfile specifics to your project. A Boxfile is a configuration file for a Freistilbox site.
Installation
The tool can be installed via Composer.
composer require derhasi/boxfile
Command
Creating symlinks for environment specific paths.
./vendor/bin/boxfile symlink [env] --boxfile=Boxfile --docroot=docroot
Example boxfile
version: 1.0 shared_folders: - sites/default/files env_specific_files: .htaccess: local: .htaccess.local staging: .htaccess.stage sites/default/settings.php: local: settings.local.php staging: settings.stage.php
With ./vendor/bin/boxfile local symlinks for the given example will be applied.