Skip to content

Commit 5331c24

Browse files
committed
Update readme, fix #1
1 parent adcdf99 commit 5331c24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ composer require unisharp/laravel-ckeditor dev-master
99
php artisan vendor:publish --tag=ckeditor
1010
```
1111

12+
### Add ServiceProvider
13+
14+
Edit config/app.php, add the following file to `Application Service Providers` section.
15+
```
16+
Unisharp\Ckeditor\ServiceProvider::class,
17+
```
18+
1219
## Usage
1320

1421
Default way (initiate by name or id) :

0 commit comments

Comments
 (0)