Update PHP Gutenberg Blocks
A plugin implementing Gutenberg blocks for the update-php page on WordPress.org
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nerrad/update-php/archive/refs/heads/master.zipA plugin implementing Gutenberg blocks for the update-php page on WordPress.org
Follow along with the trac ticket here
Usage
To install for testing, grab the zip from the releases page and install using the WordPress Upload feature on your WordPress site.
Development
To install for development:
- Checkout master
- Run
composer install - Run
npm install - Run
npm watch