Skip to content

Commit

Permalink
Merge pull request #97 from CaddyDz/patch-1
Browse files Browse the repository at this point in the history
Update Laravel installation instructions
  • Loading branch information
jenssegers authored Jun 27, 2017
2 parents 668d330 + 18dfcc4 commit faf85b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ composer require jenssegers/agent
Laravel (optional)
------------------

Add the service provider in `app/config/app.php`:
Add the service provider in `config/app.php`:

```php
Jenssegers\Agent\AgentServiceProvider::class,
```

And add the Agent alias to `app/config/app.php`:
And add the Agent alias to `config/app.php`:

```php
'Agent' => Jenssegers\Agent\Facades\Agent::class,
Expand Down

0 comments on commit faf85b1

Please sign in to comment.