File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class User extends Authenticatable implements CanPresent
84
84
This package gives you an easy way to generate new ` Presenter ` class, all you need to do is to use ` presenter:make ` command.
85
85
86
86
``` bash
87
- php artisan presenter:make UserPresneter
87
+ php artisan presenter:make UserPresenter
88
88
```
89
89
90
90
` UserPresenter ` in our case, leaves by default in ` App\Presenters ` .
@@ -111,7 +111,7 @@ If you want to change the directory, you have two options.
111
111
First options is to set the full namespace while you're creating the presenter class
112
112
113
113
``` bash
114
- php artisna presneter :make App\M odels\P resenter\U serPresenter
114
+ php artisna presenter :make App\M odels\P resenter\U serPresenter
115
115
```
116
116
117
117
Or change ` presenter_namespace ` from ` config/laravel-presenter ` file.
You can’t perform that action at this time.
0 commit comments