In-Browser Code Editor
General Tools
Project Summary
Edit PHP, Twig, JS, CSS code from within the Pimcore admin page.
This bundle works best on dev/staging sites, where cache is disabled.
Use cases:
1) You've just deployed a change to the staging server, but the changes don’t work. You need to quickly make some adjustments without the headache of redeploying or SSHing into the server to make the edits.
2) You’re in a meeting with a client and you want to easily make some code adjustments to a feature to see the changes.
3) Use the code jumping feature to work out exactly which controller/view code is responsible for the document (great for Junior Developers)
Readme
pimcore-code-editor-bundle
Edit PHP, Twig, JS, CSS code from within the Pimcore admin page.
Installation
Install with composer
composer require hamari-agency/pimcore-code-editor-bundle
Enable HamariCodeEditorBundle bundle
bin/console pimcore:bundle:enable HamariCodeEditorBundle