2017 © Pedro Peláez
 

library react-laravel

ReactPHP WebServer for use with the Laravel 5.2 framework.

image

david-cole/react-laravel

ReactPHP WebServer for use with the Laravel 5.2 framework.

  • Wednesday, January 27, 2016
  • by uniquoooo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ReactLaravel

Simple ReactPHP HTTP server that serves Laravel 5.2 applications., (*1)

Installation and Usage

You can either clone the repository or install it globally via Composer:, (*2)

Globally via Composer (reccomended)

composer global require david-cole/react-laravel
# Make sure ~/.composer/vendor/bin is in your PATH
react-laravel <path-to-laravel> [port=8080] [ip=127.0.0.1] [loglevel=info]

Cloning the Repository

git clone https://github.com/uniquoooo/ReactLaravel.git
cd ReactLaravel
composer install
./react-laravel <path-to-laravel> [port=8080] [ip=127.0.0.1] [loglevel=info]

The Versions

27/01 2016

dev-master

9999999-dev

ReactPHP WebServer for use with the Laravel 5.2 framework.

  Sources   Download

The Requires

 

The Development Requires