david-cole / react-laravel
There is no license information available for the latest version (dev-master) of this package.
ReactPHP WebServer for use with the Laravel 5.2 framework.
dev-master
2016-01-27 03:57 UTC
Requires
- hoa/file: 1.16.01.15
- hoa/mime: 3.16.01.15
- react/http: dev-master
Requires (Dev)
- symfony/var-dumper: ^3.0
This package is not auto-updated.
Last update: 2024-10-26 18:38:52 UTC
README
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]