Download the PHP package alpipego/wp-base without Composer
On this page you can find all versions of the php package alpipego/wp-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alpipego/wp-base
More information about alpipego/wp-base
Files in alpipego/wp-base
Package wp-base
Short Description WordPress Installation Blueprint (Including recurrent plugins etc.)
License GPL-3.0-or-later
Informations about the package wp-base
WP Base
My subjective basic Composer-WordPress blueprint
How to use
- remove all plugins you do not wish to install
- you can add different configuration for different environments (by default
local,staging,production) - to get started locally, add your environment details to
config/env/local.json(seeconfig/env/default.jsonfor a blueprint) - add your virtual host details to
config/nginx/local.confand symlink that file to nginxsites-enabled(If you want to use apache together with php-fpm the process is pretty much the same. If your usingmod-phpyou'll have to figure it out for yourself). - if you want to use ACF Pro you need to add a license key (as the value for the
kquery string) - some plugins like WP Mail SMTP tend to remove their old tags from the repository (if they do this the install will fail), to prevent this either change their version number to
"*"or keep them in sync with wpackagist
As of version 1.0.0 this can also be installed as a project:
Directory Structure
.
├── LICENSE
├── README.md
├── composer.json
├── config
│ ├── env
│ │ ├── default.json
│ │ └── local.json
│ ├── env.json
│ └── nginx
│ └── local.conf
├── log
├── web
│ ├── assets
│ │ └── index.php
│ ├── extensions
│ │ └── index.php
│ ├── index.php
│ ├── languages
│ │ └── index.php
│ ├── plugins
│ │ └── index.php
│ ├── uploads
│ │ └── index.php
│ └── wp-config.php
└── wp-config.php
- For a basic setup you should not have to touch more than the configuration files in
configand thecomposer.json
Plugins not in repository
A lot of plugins that are not in the repository can be installed by getting their zip archive:
Add the correct version above and then require it with:
All versions of wp-base with dependencies
johnpbloch/wordpress-core-installer Version ^1.0
johnpbloch/wordpress-core Version ^4.9
hassankhan/config Version ^1.0
composer/installers Version ^1.5
koodimonni/composer-dropin-installer Version ^1.2
alpipego/awp-di Version ^0.4.1
alpipego/awp-template Version dev-develop
symfony/cache Version ^4.0
predis/predis Version ^1.1
alpipego/awp-assets Version ^0.3.0
alpipego/ghcp Version ^0.2
alpipego/awp-cache Version ^0.1.0
wp-cli/wp-cli Version ^1.5
gordalina/cachetool Version ^3.0
wpackagist-plugin/disable-wordpress-updates Version ^1.6
tillkruss/redis-cache Version ^1.3
wpackagist-plugin/no-self-ping Version ^1.1
wpackagist-plugin/disable-emojis Version ^1.7