We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996d995 commit ce36e0dCopy full SHA for ce36e0d
README.md
@@ -9,7 +9,7 @@ With `react-laravel` you'll be able to use [ReactJS](https://facebook.github.io/
9
You just need to add this to your `composer.json`'s `"require"`:
10
11
```json
12
- "talyssonoc/react-laravel": "0.4"`
+ "talyssonoc/react-laravel": "0.5"
13
```
14
15
Also you got to set the `minimum-stability` of your `composer.json` to `dev`, adding this:
.travis.yml renamed to _.travis.yml
lib/React.php
@@ -1,6 +1,6 @@
1
<?php namespace React;
2
3
- require __DIR__ . '/../vendor/autoload.php';
+ require '../vendor/autoload.php';
4
5
class React {
6
private $react;
0 commit comments