crud-admin-generator icon indicating copy to clipboard operation
crud-admin-generator copied to clipboard

a parameter for route start

Open spagoc opened this issue 10 years ago • 0 comments

Hi, what is the best way to have the generated pages by 'crud admin generator' answering to the following routes:

/myproj/adm/mytable1 /myproj/adm/mytable2 ... instead of: /mytable1 /mytable2 ... I did that changing in the table controllers all the: $app->match('/mytable1/list', function( in: $app->match('/myproj/adm/mytable1/list', function(

But it is a tedious task. What about to add a parameter in the generation of code?

spagoc avatar Oct 28 '14 13:10 spagoc