To improve the Developer experience we want to improve the already existing plugin:create command and invest some more love there.
The tasks here are:
- Make the
composer.jsonconfigureable using Command flags / ask the user - Create a
services.yamlinstead ofservices.xmland enable Autowire by default for the Plugin.
parameters:
services:
_defaults:
autowire: true
autoconfigure: true
Extension\Namespace:
resource: './src/'