misterdebug / crud-generator-laravel

Create a Laravel 10 CRUD in a few seconds
312 stars 43 forks source link

New feature suggested : Add a commentable structure to any model #20

Closed misterdebug closed 1 year ago

misterdebug commented 1 year ago

New feature in WIP :

Adda commentable structure to any model with a new command : make:commentable post_comment with custom questions (name of parent model, name of view where you want add comments) will be generate as usual :

A rm:commentable post_comment --force will be created too to delete all files created