Skip to content

Commit

Permalink
Merge pull request #63 from puzzle9/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Aug 27, 2023
2 parents 293ac2b + df69dbc commit 1911675
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,10 @@
composer require overtrue/laravel-like -vvv
```

### Configuration
### Configuration and Migrations

This step is optional

```php
php artisan vendor:publish
```

### Migrations

This step is also optional, if you want to custom likes table, you can publish the migration files:

```php
php artisan vendor:publish
```shell
php artisan vendor:publish --provider="Overtrue\LaravelLike\LikeServiceProvider"
```

## Usage
Expand Down

0 comments on commit 1911675

Please sign in to comment.