We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b344cf commit 23740fcCopy full SHA for 23740fc
README.md
@@ -23,23 +23,13 @@ Related projects:
23
## Installing
24
25
```shell
26
-$ composer require overtrue/laravel-follow -vvv
+composer require overtrue/laravel-follow -vvv
27
```
28
29
-### Configuration
+### Configuration and Migrations
30
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
42
-$ php artisan vendor:publish --provider="Overtrue\\LaravelFollow\\FollowServiceProvider" --tag=migrations
+```shell
+php artisan vendor:publish
43
44
45
## Usage
0 commit comments