From ff85220ea155a5b79780c45db3df0f5e8d17a3d5 Mon Sep 17 00:00:00 2001 From: Gijs Jorissen Date: Mon, 22 Jan 2018 16:09:04 +0100 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 257dea5..d0d1fd3 100644 --- a/README.md +++ b/README.md @@ -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.