Skip to content

elgeorge2k/laravel-reactphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shakahl/laravel-reactphp

Integration of ReactPHP Server for Laravel 5.3 and Lumen 5.3.

Installation

  • Install via composer
composer require shakahl/laravel-reactphp
  • After installing, add provider on config/app.php on your project.
// app.php

    'providers' => [
        ...

        'LaravelReactPHP\Providers\ReactCommandProvider',
    ],

Run the server

php artisan react-serve --host=localhost --port=8080

Credits

This library is forked from Saoneth/laravel-reactphp.

About

ReactPHP Server on Laravel 5.3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%