uniquoooo / ReactLaravel by uniquoooo

ReactPHP WebServer for use with the Laravel 5.2 framework.
15
1
1
Package Data
Maintainer Username: uniquoooo
Maintainer Contact: david@team-reflex.com (David)
Package Create Date: 2016-01-27
Package Last Update: 2016-01-27
Language: PHP
License: Unknown
Last Refreshed: 2025-04-25 15:12:56
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 2

ReactLaravel

Simple ReactPHP HTTP server that serves Laravel 5.2 applications.

Installation and Usage

You can either clone the repository or install it globally via Composer:

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]