We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20301b8 commit 09765b6Copy full SHA for 09765b6
src/config/crud.php
@@ -8,8 +8,8 @@
8
|--------------------------------------------------------------------------
9
|
10
| The stubs path directory to generate crud. You may configure your
11
- | stubs paths here, allowing you to customize the own stubs of the
12
- | model,controller or view. Or, you may simply stick with the CrudGenerator defaults!
+ | stubs paths here, allowing you to customize your stubs of the
+ | model,controller or view. Or, you may stick with the CrudGenerator defaults!
13
14
| Example: 'stub_path' => resource_path('stubs/')
15
| Default: "default"
@@ -18,7 +18,7 @@
18
| Model.stub
19
| Request.stub
20
| views/
21
- | bootstrap/
+ | livewire/
22
| create.stub
23
| edit.stub
24
| form.stub
0 commit comments