-
-
Notifications
You must be signed in to change notification settings - Fork 839
Open
Description
**When using the NEW PREFIX and inIndex , inForm options WHICH ARE AWESOME.; I think there needs to be a edit in a few of them or maybe you can see a reason for them the way they are that I do not. **
Make the controller, repository and any other gobal / universal for all prefixed versions of the crud.
example:
_crud generated:_
{ADMIN}/users
{ACCOUNT}/users
{SOCIAL}/users
Only use UsersController
_with methods like_
- admin_index
- account_index
- social_index
_NOT_
{ADMIN}/UsersController
{ACCOUNT}/UsersController
{SOCIAL}/UsersController
Anyway let me know your thoughts on this subject. It seems to me it would use alot less files and speed up the application. But if there is a reason not to let me know I would appreciate it