Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siberfx authored May 23, 2024
1 parent dce259f commit c2194c7
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,15 @@ From the command line run
$ composer require siberfx/lara-meta
```

## Laravel 7+ versions are supported

```php
'providers' => array(

Siberfx\LaraMeta\MetaTagsServiceProvider::class,

)
```

Meta Tags also ships with a facade which provides the static syntax for creating collections. You can register the
facade in the `aliases` key of your `config/app.php` file.
facade in the `aliases` key of your `config/app.php` file if its Laravel 10.x.

```php
'aliases' => array(

'aliases' => [
// ...
'MetaTag' => Siberfx\LaraMeta\Facades\MetaTag::class,

)
]
```

### Publish the configurations
Expand Down

0 comments on commit c2194c7

Please sign in to comment.