maxime-rainville / silverstripe-dev-meta
Report on your local installation
Installs: 50
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^4 || ^5
- silverstripe/reports: ^4 || ^5
This package is auto-updated.
Last update: 2024-10-23 08:00:29 UTC
README
Provides a report detailing the architecture the website is currently running on.
This is mostly aimed at core Silverstripe CMS developer who often change their environment to test various configuration and who might loose track of what environment they are currently running on.
Installation
composer require --dev maxime-rainville/silverstripe-dev-meta
Note the usage of the --dev
flag. This is meant to be a development tool only.