Merge remote-tracking branch 'refs/remotes/origin/master' into arindam-bug-priority

This commit is contained in:
Manish Verma
2016-11-04 18:23:31 +05:30
parent e4b9755294
commit 775e0561d8
2541 changed files with 59048 additions and 90348 deletions

View File

@@ -49,23 +49,6 @@ Require this package in your `composer.json` and update composer. This will down
"maatwebsite/excel": "~2.1.0"
```
For Laravel 5.2 use you have to install the [laravelcollective/bus](https://laravelcollective.com/docs/5.2/bus#installation) package.
Add this to the `composer.json` and update composer:
```php
"laravelcollective/bus": "^5.2"
```
Then add the following lines to the `config/app.php`:
```php
'providers' => [
// ...
Collective\Bus\BusServiceProvider::class,
// ...
],
```
After updating composer, add the ServiceProvider to the providers array in `config/app.php`
```php