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 9431e47 commit fa742fa
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-options
```

### Alias

In Laravel 5.5 the package will autoregister the Alias. Otherwise add it manually, so you can use the facade easily in your app.

```php
'aliases' => [
...

'Option' => Appstract\Options\OptionFacade::class,

...
]
```

### Publish, migrate

By running `php artisan vendor:publish --provider="Appstract\Options\OptionsServiceProvider"` 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 `options` table in your database.
Expand Down

0 comments on commit fa742fa

Please sign in to comment.