Skip to content

Commit

Permalink
Updating Installation and Setup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 19, 2015
1 parent bf31240 commit 7287e98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _docs/2-Installation-and-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

You can install this package via [Composer](http://getcomposer.org/) by running this command: `composer require arcanedev/seo-helper`.

Or by adding the package to your `composer.json`.
Or by adding the package to your `composer.json`.

```json
{
"require": {
"arcanedev/seo-helper": "~0.12"
"arcanedev/seo-helper": "~0.14"
}
}
```
```

Then install it via `composer install` or `composer update`.

Expand All @@ -39,7 +39,7 @@ And for the Facades:
'aliases' => [
...
'SeoHelper' => Arcanedev\SeoHelper\Facades\SeoHelper::class,

// OR, by choosing a specific SEO Manager.
'SeoMeta' => Arcanedev\SeoHelper\Facades\SeoMeta::class,
'SeoOpenGraph' => Arcanedev\SeoHelper\Facades\SeoOpenGraph::class,
Expand All @@ -50,7 +50,7 @@ And for the Facades:
### Artisan commands

To publish the config file, run this command:

```bash
php artisan vendor:publish --provider="Arcanedev\SeoHelper\SeoHelperServiceProvider"
```

0 comments on commit 7287e98

Please sign in to comment.