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 install
Check for syntax errors:
composer run cs:check
Perform code static analysis:
composer run analyse
Check for codestyle violations:
composer run cs:check
Automatically fix codestyle violations:
composer run cs:fix
Run unit tests:
composer run test
Run unit tests continuously:
composer run test:watch