Skip to content

Commit

Permalink
Fix composer require package name
Browse files Browse the repository at this point in the history
  • Loading branch information
oriceon committed May 4, 2015
1 parent 5782c1b commit 65f6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Easy [toastr.js](https://github.com/CodeSeven/toastr) notifications for Laravel
Installation
------------

1. Either run `composer require oriceon/toastr dev-master` or add `"oriceon/toastr": "dev-master"` to the `require` key in `composer.json` and run `composer install`
1. Either run `composer require oriceon/toastr-5-laravel` or add `"oriceon/toastr-5-laravel": "dev-master"` to the `require` key in `composer.json` and run `composer install`
2. Add `'Kamaln7\Toastr\ToastrServiceProvider',` to the `providers` key in `config/app.php`
3. Add `'Toastr' => 'Kamaln7\Toastr\Facades\Toastr',` to the `aliases` key in `config/app.php`

Expand Down

0 comments on commit 65f6a77

Please sign in to comment.