Skip to content

Commit

Permalink
Update readme, fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
youchenlee committed Oct 2, 2015
1 parent adcdf99 commit 5331c24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ composer require unisharp/laravel-ckeditor dev-master
php artisan vendor:publish --tag=ckeditor
```

### Add ServiceProvider

Edit config/app.php, add the following file to `Application Service Providers` section.
```
Unisharp\Ckeditor\ServiceProvider::class,
```

## Usage

Default way (initiate by name or id) :
Expand Down

0 comments on commit 5331c24

Please sign in to comment.