Skip to content

rayout/laravel-reactphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-reactphp

ReactPHP Server on Laravel 5.0

install

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

    'providers' => [
        ...

        'LaravelReactPHP\Providers\ReactCommandProvider',
    ],

run server

php artisan react-serve

About

ReactPHP Server on Laravel 5.0

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%