2017 © Pedro Peláez
 

wordpress-dropin wp-install-dropin

Better WordPress installer.php dropin.

image

alexsancho/wp-install-dropin

Better WordPress installer.php dropin.

  • Saturday, February 10, 2018
  • by alexsancho
  • Repository
  • 1 Watchers
  • 0 Stars
  • 464 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 47 % Grown

The README.md

WP Dropin: Better install.php

Build Status, (*1)

This install.php dropin doesn't install bloat from default install.php and sets a few opionated wp options., (*2)

It doesn't send you an email after installing new WordPress either., (*3)

Current options

  • Set empty page as Front page
  • Don't use any widgets
  • Use empty blog description ( if someone forgets to change that )
  • Use /%postname%/ permalink
  • Don't install any articles

Installation

You can copy install.php to your wp-content folder. Just plug&play., (*4)

OR you can use composer so that you can automatically update it too. Put these in your composer.json:, (*5)

{
    "require": {
        "alexsancho/wp-install-dropin": "^1.0"
    },
    "extra": {
        "dropin-paths": {
            "htdocs/wp-content/": ["type:wordpress-dropin"]
        }
    }
}

The Versions

10/02 2018

dev-master

9999999-dev https://github.com/alexsancho/wp-install-dropin

Better WordPress installer.php dropin.

  Sources   Download

GPL-3.0+

The Requires

 

wordpress wp installer clean dropin

09/02 2018

v1.0.0

1.0.0.0 https://github.com/alexsancho/wp-install-dropin

Better WordPress installer.php dropin.

  Sources   Download

GPL-3.0+

The Requires

 

wordpress wp installer clean dropin