Skip to content

Commit

Permalink
Update path.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 24, 2015
1 parent 7daa9b3 commit 4397c09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -48,11 +48,10 @@ Above installation can also be simplify by using the following command:

composer require "orchestra/messages=3.0.*"

Next add the service provider in `app/config/app.php`.

## Configuration

Add `Orchestra\Messages\MessagesServiceProvider` service provider in `app/config/app.php`.
Add `Orchestra\Messages\MessagesServiceProvider` service provider in `config/app.php`.

```php
'providers' => [
Expand All @@ -65,7 +64,7 @@ Add `Orchestra\Messages\MessagesServiceProvider` service provider in `app/config

### Aliases

You might want to add `Orchestra\Support\Facades\Messages` to class aliases in `app/config/app.php`:
You might want to add `Orchestra\Support\Facades\Messages` to class aliases in `config/app.php`:

```php
'aliases' => [
Expand Down

0 comments on commit 4397c09

Please sign in to comment.