File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ And since 1.9.2, a complete **REST API** !
17
17
18
18
2\. If you don't use Laravel Collective Form package in your project, install it:
19
19
20
- ``` composer require laravelcollective/html ```
20
+ ``` composer require laravelcollective/html ``` < sub >not required if you don't need views</ sub >
21
21
22
22
3\. Publish config file and default-theme directory for views
23
23
@@ -115,6 +115,9 @@ Add your `Tag` CRUD (with a `column` name)
115
115
116
116
``` php artisan make:crud tag "name" ```
117
117
118
+ FYI : ` Comment ` is a specific case and you can use ` make:commentable ` command
119
+ [ Docs about commentable] ( https://github.com/misterdebug/crud-generator-laravel/wiki/Add-a-commentable-structure-to-any-model ) </sub >
120
+
118
121
Finished 🎉
119
122
120
123
## Remove a CRUD
You can’t perform that action at this time.
0 commit comments