Adds a menu to the admin bar to quickly identify different environments for a site (e.g. production and development) and easily switch to the same URL on other environments. Multi-site compatible for both sub-domain and sub-directory installations.
Refer to the plugin readme file.
Install development dependencies:
composer installCheck for syntax errors:
composer run cs:checkPerform code static analysis:
composer run analyseCheck for codestyle violations:
composer run cs:checkAutomatically fix codestyle violations:
composer run cs:fixRun unit tests:
composer run testRun unit tests continuously:
composer run test:watch

