Download the PHP package ralfhortt/wordpress-client-plugin-boilerplate without Composer
On this page you can find all versions of the php package ralfhortt/wordpress-client-plugin-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ralfhortt/wordpress-client-plugin-boilerplate
More information about ralfhortt/wordpress-client-plugin-boilerplate
Files in ralfhortt/wordpress-client-plugin-boilerplate
Download ralfhortt/wordpress-client-plugin-boilerplate
More information about ralfhortt/wordpress-client-plugin-boilerplate
Files in ralfhortt/wordpress-client-plugin-boilerplate
Vendor ralfhortt
Package wordpress-client-plugin-boilerplate
Short Description A WordPress Client Plugin Boilerplate
License
Package wordpress-client-plugin-boilerplate
Short Description A WordPress Client Plugin Boilerplate
License
Please rate this library. Is it a good library?
Informations about the package wordpress-client-plugin-boilerplate
WordPress Client Plugin Boilerplate
A WordPress Client Plugin Boilerplate
Installation
composer create-project ralfhortt/wordpress-client-plugin-boilerplate my-plugin
Setup
npm install
oryarn
- Edit the plugin header in
plugin.php
- Replace namespace
RalfHortt/WordPressClientPluginBoilerplate
with your own - Update autoloader namespace in
composer.json
- Replace textdomain
wordpress-client-plugin-boilerplate
with your own
Usage
PHP
- Services: Add a custom service in
src
- Function: Add custom function in
inc/functions.php
- Template Tags: Add custom template tags in
inc/template-tags.php
Gutenberg
npm run watch
for development- Add custom blocks in
assets/js/blocks
npm run production
for published code
Changelog
2.0 - 2020-01-09
- Update dependencies
1.0 - 2019-10-17
- Initial release
All versions of wordpress-client-plugin-boilerplate with dependencies
PHP Build Version
Package Version
Requires
ralfhortt/wp-plugin Version
^2
ralfhortt/wp-assets Version ^2
ralfhortt/translator-service Version ^1.0
ralfhortt/service-contracts Version ^1.0
ralfhortt/wp-assets Version ^2
ralfhortt/translator-service Version ^1.0
ralfhortt/service-contracts Version ^1.0
The package ralfhortt/wordpress-client-plugin-boilerplate contains the following files
Loading the files please wait ....