Skip to content

Commit 23740fc

Browse files
authored
Update README.md
1 parent 3b344cf commit 23740fc

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,13 @@ Related projects:
2323
## Installing
2424

2525
```shell
26-
$ composer require overtrue/laravel-follow -vvv
26+
composer require overtrue/laravel-follow -vvv
2727
```
2828

29-
### Configuration
29+
### Configuration and Migrations
3030

31-
This step is optional
32-
33-
```php
34-
$ php artisan vendor:publish --provider="Overtrue\\LaravelFollow\\FollowServiceProvider" --tag=config
35-
```
36-
37-
### Migrations
38-
39-
This step is also optional, if you want to custom the pivot table, you can publish the migration files:
40-
41-
```php
42-
$ php artisan vendor:publish --provider="Overtrue\\LaravelFollow\\FollowServiceProvider" --tag=migrations
31+
```shell
32+
php artisan vendor:publish
4333
```
4434

4535
## Usage

0 commit comments

Comments
 (0)