Building a Gutenberg sidebar plugin Part 3: Registering with the block editor.
In the previous article we finished setting up the assets bundling with Laravel Mix. The next step is to start adding some Javascript code to actually register our plugin with the Gutenberg block editor.
Read article