Skip to content

Commit

Permalink
Update Laravel installation instructions
Browse files Browse the repository at this point in the history
Point the config file to add the service provider class and alias in the correct directory
  • Loading branch information
CaddyDz authored Jun 27, 2017
1 parent 668d330 commit 18dfcc4
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 18dfcc4

Please sign in to comment.