Skip to content

Commit

Permalink
Updating the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Mar 22, 2017
1 parent 8f876a8 commit 2b92ff2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions _docs/1-Installation-and-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,6 @@ Once the package is installed, you can register the service provider in `config/

> No need to register the Localization facade, it's done automagically.
##### Now you need to update your Http Kernel to use the Localization Router.

```php
// app/Http/Kernel.php
<?php namespace App\Http;

//...

class Kernel extends HttpKernel
{
// Localization Trait
use \Arcanedev\Localization\Traits\LocalizationKernelTrait;

// Your middleware(s) here
}
```

### Artisan commands

To publish the config &amp; view files, run this command:
Expand Down

0 comments on commit 2b92ff2

Please sign in to comment.