用 Laravel 4 反应 PHP
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21645755/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
React PHP with Laravel 4
提问by Chinmoy
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.
我正在使用 Laravel 4 并且当我正在浏览 React PHP 时,徘徊是否有任何方法可以将 React PHP 与 Laravel 一起使用。
Is there any example to start with React PHP with Laravel ? or any suggestion to use it with Laravel ?
有没有用 Laravel 开始 React PHP 的例子?或任何建议将它与 Laravel 一起使用?
采纳答案by briamkin
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).
由于您要求开始使用 Laravel 的位置或 React 示例,因此您应该查看此链接。Christopher Pitt 使用 React 创建使用 Laravel(和 EmberJS)的实时聊天。