composer-update-patch

This commit is contained in:
Manish Verma
2016-11-03 05:44:29 +05:30
parent 2dca47f5a4
commit 5d49d384a0
5118 changed files with 51603 additions and 122575 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