Skip to content

Commit

Permalink
Minor cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnorthrip committed Dec 1, 2023
1 parent eb34fdb commit f6c1e99
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@ You can install the package via composer:
composer require ronnorthrip/dbpull
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="dbpull-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="dbpull-config"
php artisan vendor:publish --tag=dbpull-config
```

This is the contents of the published config file:
Expand All @@ -35,12 +28,6 @@ return [
];
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="dbpull-views"
```

## Usage

```php
Expand Down

0 comments on commit f6c1e99

Please sign in to comment.