If you don’t know about Tinerwell app
Tinkerwell is the magical code editor that runs your code within local and remote PHP applications. In other words, it’s a RELP(read-eval-print loop) for PHP.
Though there are some tools like
- PHP’s interactive mode in CLI (php -a),
- psysh
- n98-magerun’s dev:console
But the main advantage of the Tinkerwell app over others is that it can tinker locally and also remotely(via SSH). Also, it has official IDE plugins so that you can run code directly from your favorite code editor(VSCode, Sublime Text 3 and PhpStorm).
This is how it looks Tinkerwell + Magento 2
- https://blog.magepsycho.com/wp-content/uploads/2020/04/Tinkering-With-Magento-2-Locally-1024×445.png
For more details, please visit – https://blog.magepsycho.com/tinkerwell-tinker-with-your-local-remote-php-magento-2-code/
submitted by /u/MagePsycho
[link] [comments]