EXPERIMENTAL, DEPRECATED, and ARCHIVED
A php binary should be available in your $PATH.
After having copied the plugin to Light Table user plugin directory,
Viewmenu >Commands>App: Reload behaviors
Viewmenu >Commands>Connect: Show connect bar- Add a PHP connection
- Select a directory to serve as the root of your PHP project
- Press [ctrl|cmd]+shift+enter to evaluate the current buffer.
Download composer
curl -sS https://getcomposer.org/installer | php
Install vendors (relied upon to connect to Light Table)
$(cd php-src && php ../composer.phar install --prefer-dist)
- Evaluate selected expression
