1.x
Compare changes
- Bartek Jaskulski authored
Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
+ 15
− 11
@@ -30,11 +30,11 @@ The above limits your main plugin file to a short and simple structure.
@@ -30,11 +30,11 @@ The above limits your main plugin file to a short and simple structure.
@@ -45,11 +45,13 @@ Supported configuration:
@@ -45,11 +45,13 @@ Supported configuration:
@@ -90,12 +92,14 @@ use WPDesk\Init\PluginInit;
@@ -90,12 +92,14 @@ use WPDesk\Init\PluginInit;
@@ -105,9 +109,9 @@ and Alain Schlesser's [`basic-scaffold`](https://github.com/mwpd/basic-scaffold)
@@ -105,9 +109,9 @@ and Alain Schlesser's [`basic-scaffold`](https://github.com/mwpd/basic-scaffold)
1. Add support for path based hook providers discovery similar to Symfony's [controllers resolving](https://github.com/symfony/demo/blob/3787b9f71f6bee24f1ed0718b9a808d824008776/config/routes.yaml#L15-L17)
1. Improve `wpdesk/wp-basic-requirements` library. This is not related directly to this project, but internals could be rewritten.
1. Support *bundles* of hook providers. This should be easy to extend plugin capabilities with shared functions, preserving minimal init system