Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Add service provider documentation to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Sep 28, 2014
1 parent aa874e0 commit b9a7ce3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ Pull this package in through Composer.

```

## Usage
Then add the service provider to `config/app.php` in the providers array (not required).

Comming soon…
```bash
'Vinkla\Translator\TranslatorServiceProvider'
```

## Cascading Configuration Files

```bash
php artisan config:publish vinkla/translator
```
```

## Usage

Comming soon…

0 comments on commit b9a7ce3

Please sign in to comment.