You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PluginWP is a modern starting point for building WordPress plugins using React and the [block editor components](https://github.com/WordPress/gutenberg/tree/trunk/packages). It brings a more maintainable and scalable approach to plugin development by introducing concepts from Laravel, such as the [Service Container](https://laravel.com/docs/8.x/container) and [Service Providers](https://laravel.com/docs/8.x/providers).
7
+
PluginWP is a modern starting point for building WordPress plugins using React and the [block editor components](https://github.com/WordPress/gutenberg/tree/trunk/packages). It brings a more maintainable and scalable approach to plugin development by leveraging [The PHP League's Container](https://container.thephpleague.com/) with Service Provider support.
8
8
9
9
## Features
10
10
11
11
- Modern PHP architecture inspired by Laravel
12
+
- Dependency injection via The PHP League's Container
13
+
- Service Provider architecture for modular bootstrapping
12
14
- React-based block editor components
13
15
- Composer and npm support
14
16
- Pre-configured build tools and scripts
@@ -20,6 +22,7 @@ PluginWP is a modern starting point for building WordPress plugins using React a
0 commit comments