Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 383 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 383 Bytes

laravel-reactphp

ReactPHP Server on Laravel 5.3

install

  • install via composer
composer require Saoneth/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