Skip to content

Commit 3f23107

Browse files
author
Jordan Hoff
committed
Update Readme
1 parent 35ce995 commit 3f23107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Laravel Blade Vue Directive provides a blade directive for vue.js inline compone
2626
<a name="installation"></a>
2727
## Installation
2828

29-
To install the Laravel Blade Vue Directive, simply run `composer require blade-vue-directive` in a terminal, or if you prefer to manually install you can the following in your `composer.json` file and then run `composer install` from the terminal:
29+
To install the Laravel Blade Vue Directive, simply run `composer require jhoff/blade-vue-directive` in a terminal, or if you prefer to manually install you can the following in your `composer.json` file and then run `composer install` from the terminal:
3030

3131
```javascripton
3232
{
@@ -36,7 +36,7 @@ To install the Laravel Blade Vue Directive, simply run `composer require blade-v
3636
}
3737
```
3838

39-
Then all you need to do is add the new provider to the providers array of `config/app.php`:
39+
For Laravel 5.5 and later, the package will automatically register. If you're using Laravel before 5.5, then you need to add the provider to the providers array of `config/app.php`.
4040

4141
```php
4242
'providers' => [

0 commit comments

Comments
 (0)