Skip to content

Commit fe7e063

Browse files
author
Jonathan
committed
readme ok
1 parent 848f649 commit fe7e063

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ And since 1.9.2, a complete **REST API** !
1717

1818
2\. 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

2222
3\. 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+
118121
Finished 🎉
119122

120123
## Remove a CRUD

0 commit comments

Comments
 (0)