manifest / integrations / sitepilot-plugin
Sitepilot
Brings the powers of Sitepilot directly to your WordPress website. It will revolutionize the way you use, manage and develop WordPress sites.
by Sitepilot · github.com/sitepilot/sitepilot-plugin · website
★ 0stars
60release downloads
≈10active sites
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/sitepilot/sitepilot-plugin/releases/download/v1.0.8/sitepilot.zipFrom the readme
Sitepilot
Brings the powers of Sitepilot directly to your WordPress website. It will revolutionize the way you use, manage and develop WordPress sites. This plugin is optimized for use on the Sitepilot managed WordPress hosting platform but should also work on other platforms.
🚀 Download the latest release here.
Plugin & Theme Development
This plugin implements the Laravel 8 service container. The service container is a powerful tool for managing class dependencies and performing dependency injection. Dependency injection is a fancy phrase that essentially means this: class dependencies are "injected" into the class via the constructor or, in some cases, "setter" methods.
You can use this container in your plugin or theme development workflow by creating a new Application instance and registering Service Providers.
A full example of how to implement the service container in your plugin can be found in sitepilot.php and the app folder of this plugin. An example of the implementation in a theme can be found here.
Namespace
Each application runs in its own unique namespace to prevent conflicts with other registered applications. The namespace is a required par
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.8 | Oct 7, 2022 | sitepilot.zip | 8 |
| v1.0.7 | Oct 7, 2022 | sitepilot.zip | 5 |
| v1.0.6 | Jul 7, 2022 | sitepilot.zip | 7 |
| v1.0.5 | Jun 23, 2022 | sitepilot.zip | 8 |
| v1.0.4 | May 16, 2022 | sitepilot.zip | 7 |
| v1.0.3 | Mar 31, 2022 | sitepilot.zip | 7 |
| v1.0.2 | Mar 1, 2022 | sitepilot.zip | 8 |
| v1.0.1 | Mar 1, 2022 | sitepilot.zip | 4 |
| v1.0.0 | Feb 27, 2022 | sitepilot.zip | 6 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.