docs/01. Getting Started.md
# Getting started
## Install
### Composer
run `$ composer require spotonlive/sl-navigation`
## Providers
Add the following to your `config/app.php`
```php
'providers' => [
SpotOnLive\Navigation\Providers\Services\NavigationServiceProvider::class,
SpotOnLive\Navigation\Providers\Helpers\NavigationHelperProvider::class,
],
'aliases' => [
'NavigationHelper' => SpotOnLive\Navigation\Facades\Helpers\NavigationHelperFacade::class,
]
```
## Configuration
### Configuration file
Publish your configuration file using `$ php artisan vendor:publish`, and open the file `config/navigation.php`
* Go to [**Containers**](02. Containers.md)