This plugin generator is a modernization of the WordPress plugin boilerplate generator (https://wppb.me/).
I have added some important, in my opinion, elements to this generator that make it even easier to create plugins for WordPress:
The following files have been added:
In order to make it work, you need to connect the composer and the carbonfield.
Connecting the composer autoloader:
>_ ( composer dumpautoload )
Connecting the Carbonfields:
>_ ( composer require htmlburger/carbon-fields )