Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Re-Generating Scaffold

Is there any way to re-generate views from newly updated model?

like image 941
totocaster Avatar asked Dec 01 '08 09:12

totocaster


1 Answers

Unless you've made a lot of changes to the scaffold, it's probably easier just to overwrite the current scaffold:

./script/generate -f scaffold Model
like image 182
Benny Wong Avatar answered Sep 21 '22 18:09

Benny Wong