6

I'm using Laravel 4 and as I was going through React PHP , wandering if there is any way to use React PHP with Laravel.

Is there any example to start with React PHP with Laravel ? or any suggestion to use it with Laravel ?

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
Chinmoy
  • 318
  • 5
  • 15
  • 1
    Are you saying you want react to play webserver, and run laravel in that webserver? A little bit of insight in what you hope to gain with this might help. – Wrikken Feb 08 '14 at 12:25
  • i came across React Php that used for Non-Blocking IO in php . The thing is , i want to implement Non-blocking IO in Laravel as node.js do. how can i do that ? – Chinmoy Feb 09 '14 at 03:36
  • did the tutorial help? its an interesting play but it uses emberjs too so i was a bit turn off by it. – azngunit81 Jul 21 '14 at 17:39
  • nop,I"ve started with it but same problem ..too much emberjs – Chinmoy Jul 22 '14 at 11:25

1 Answers1

3

Since you asked for a place to start or examples of React with Laravel, you should check out this link. Christopher Pitt uses React to create a real time chat using Laravel (and EmberJS).

https://medium.com/laravel-4/eaa550829538

briamkin
  • 84
  • 1
  • 5