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** !
1717
18182\. If you don't use Laravel Collective Form package in your project, install it:
1919
20- ``` composer require laravelcollective/html ```
20+ ``` composer require laravelcollective/html ``` < sub >not required if you don't need views</ sub >
2121
22223\. Publish config file and default-theme directory for views
2323
@@ -115,6 +115,9 @@ Add your `Tag` CRUD (with a `column` name)
115115
116116``` php artisan make:crud tag "name" ```
117117
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+
118121Finished 🎉
119122
120123## Remove a CRUD
You can’t perform that action at this time.
0 commit comments