Download the PHP package studiometa/foehn-installer without Composer
On this page you can find all versions of the php package studiometa/foehn-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download studiometa/foehn-installer
More information about studiometa/foehn-installer
Files in studiometa/foehn-installer
Download studiometa/foehn-installer
More information about studiometa/foehn-installer
Files in studiometa/foehn-installer
Vendor studiometa
Package foehn-installer
Short Description Composer plugin that generates the WordPress web root, symlinks, and wp-config.php for Foehn projects.
License MIT
Package foehn-installer
Short Description Composer plugin that generates the WordPress web root, symlinks, and wp-config.php for Foehn projects.
License MIT
Please rate this library. Is it a good library?
Informations about the package foehn-installer
Foehn Installer
Composer plugin that generates the WordPress web root for Føhn projects.
Note This package is part of the Føhn Framework monorepo. Please report issues and submit pull requests in the main repository.
What it does
On composer install and composer update, this plugin automatically:
- Creates the
web/directory structure (document root) - Generates
web/wp-config.php(loads config fromconfig/directory) - Generates
web/index.php(WordPress front controller) - Symlinks
theme/→web/wp-content/themes/{name} - Symlinks
mu-plugins/→web/wp-content/mu-plugins/_custom - Generates the mu-plugin loader
Installation
Configuration
Configure via extra.foehn in your project's composer.json:
All options are optional and have sensible defaults.
| Option | Default | Description |
|---|---|---|
web-dir |
web |
Web root directory (document root) |
wp-dir |
wp |
WordPress core directory within web root |
theme-dir |
theme |
Theme source directory to symlink |
theme-name |
theme |
Theme directory name in wp-content/themes/ |
mu-plugins-dir |
mu-plugins |
Custom mu-plugins directory to symlink |
config-dir |
config |
Configuration files directory |
Generated structure
License
MIT
All versions of foehn-installer with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
composer-plugin-api Version ^2.0
composer-plugin-api Version ^2.0
The package studiometa/foehn-installer contains the following files
Loading the files please wait ...