Skip to content

Commit

Permalink
Fix customize views command (#400)
Browse files Browse the repository at this point in the history
ServiceProvider instead of AdminLteServiceProvider in v1
  • Loading branch information
Yiidiir authored and resslinger committed Oct 20, 2019
1 parent 61667b3 commit 6d41ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ To translate the menu headers, just use the `header` param. Example:
If you need full control over the provided views, you can publish them:

```
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\AdminLteServiceProvider" --tag=views
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=views
```

Now, you can edit the views in `resources/views/vendor/adminlte`.
Expand Down

0 comments on commit 6d41ca8

Please sign in to comment.