Devtools questions #879
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jonphipps Devtools is created to help developers handle CRUD creation on a web interface; if you want to start from an existing db schema, it will not be so useful unless you have Model created too, because from there, it is possible to create the CRUD, it Factory and Seeders. Devtools generate code in the admin path. Cheers. |
Beta Was this translation helpful? Give feedback.
Hi @jonphipps
Devtools is created to help developers handle CRUD creation on a web interface; if you want to start from an existing db schema, it will not be so useful unless you have Model created too, because from there, it is possible to create the CRUD, it Factory and Seeders.
Devtools generate code in the admin path.
Cheers.