Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/YABhq/Quarx into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Mar 24, 2017
2 parents dcffc0a + 6b535ff commit 4f61995
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 @@ -44,7 +44,7 @@ Create a new Laravel application, and make a database somewhere and update the .
composer require yab/quarx
```

* Add the following to your Providers:
* Add the following to your Providers array in your config/app.php file:

```php
Yab\Quarx\QuarxProvider::class,
Expand Down Expand Up @@ -98,7 +98,7 @@ php artisan migrate
'quarx-analytics' => \Yab\Quarx\Middleware\QuarxAnalytics::class,
```

In order to have modules load as well please add the following to your composer file:
In order to have modules load as well please add the following to your composer file under autoload psr-4 object:
```php
"Quarx\\": "quarx/",
```
Expand Down

0 comments on commit 4f61995

Please sign in to comment.