WordPress plugin framework forked from Alain Schlesser's excellent Basic Scaffold.
In order to use the framework, you'll probably want to rename the following:
- Plugin folder
basic-scaffold.php
file- Namespace (NickDavis\BasicScaffold)
- Namespace in composer.json (NickDavis\BasicScaffold)
BasicScaffoldPlugin.php
/BasicScaffoldPluginFactory.php
files (and classes) in src andBasicScaffoldException.php
file (and class) in src/Exception- Plugin header name (Basic Scaffold)
- Author name (Nick Davis)
- Author email
- Author website (iamnickdavis.com)
- Title and description in
composer.json
- Plugin Name, Description and Text Domain in the file formerly known as
basic-scaffold.php
- Rename HOOK_PREFIX and SERVICE_PREFIX (nick-davis.basic-scaffold) in the file formerly known as
BasicScaffold.php
Update the README.md
file.
Thanks to Alain Schlesser for all his help.