Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
midnite81 committed Jun 15, 2016
2 parents ddeb8c3 + a920090 commit 8556922
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ To install through composer include the package in your `composer.json`.

Run `composer install` or `composer update` to download the dependencies or you can run `composer require midnite81/plivo`.

## Refresh Autoloader

At this point some users may need to run the command `composer dump-autoload`. Alternatively, you can run `php artisan optimize`
which should include the dump-autoload command.

##Laravel 5 Integration

To use the package with Laravel 5 firstly add the Messaging service provider to the list of service providers
Expand All @@ -26,7 +31,7 @@ Add the `Messaging` facade to your aliases array.

'aliases' => [

'Messaging' => 'Midnite81\Plivo\Facades\Messaging',
'Messaging' => Midnite81\Plivo\Facades\Messaging::class,
];

Expand Down

0 comments on commit 8556922

Please sign in to comment.