Skip to content

Commit 09765b6

Browse files
authored
Update crud.php
1 parent 20301b8 commit 09765b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/crud.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
|--------------------------------------------------------------------------
99
|
1010
| 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!
11+
| stubs paths here, allowing you to customize your stubs of the
12+
| model,controller or view. Or, you may stick with the CrudGenerator defaults!
1313
|
1414
| Example: 'stub_path' => resource_path('stubs/')
1515
| Default: "default"
@@ -18,7 +18,7 @@
1818
| Model.stub
1919
| Request.stub
2020
| views/
21-
| bootstrap/
21+
| livewire/
2222
| create.stub
2323
| edit.stub
2424
| form.stub

0 commit comments

Comments
 (0)