Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

thierrymarianne/contrib-light-table-php

Repository files navigation

EXPERIMENTAL, DEPRECATED, and ARCHIVED

PHP plugin for Light Table

Demo

PHP plugin for Light Table

Requirement

A php binary should be available in your $PATH. After having copied the plugin to Light Table user plugin directory,

  • View menu > Commands > App: Reload behaviors

Usage

  • View menu > 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.

Development

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)

TODO

  • Evaluate selected expression