Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gizburdt authored Jan 22, 2018
1 parent 79f98ed commit ff85220
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@ You can install the package via composer:
composer require appstract/laravel-meta
```

### Provider

Then add the ServiceProvider to your `config/app.php` file:

```php
'providers' => [
...

Appstract\Meta\MetaServiceProvider::class

...
]
```

### Publish, migrate

By running `php artisan vendor:publish --provider="Appstract\Meta\MetaServiceProvider"` in your project all files for this package will be published. For this package, it's only a migration. Run `php artisan migrate` to migrate the table. There will now be an `meta` table in your database.
Expand Down

0 comments on commit ff85220

Please sign in to comment.