Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aco_sync not working for prefix #171

Open
GPrimoo opened this issue Jan 19, 2022 · 2 comments
Open

aco_sync not working for prefix #171

GPrimoo opened this issue Jan 19, 2022 · 2 comments

Comments

@GPrimoo
Copy link

GPrimoo commented Jan 19, 2022

I want to use prefix in controller, and I executed this command for this:
bin/cake bake controller --prefix admin users

This generate a folder "Admin" in "Controllers", but when I run the command aco_sync in terminal, only return "Aco Update Complete", ignoring the folder "Admin".

Ps: In another project in the past, I did the same proccess and its worked

@raul338
Copy link

raul338 commented Jan 19, 2022

I think you have to add the prefix('/admin') in routes in order to make it work

@GPrimoo GPrimoo closed this as completed Jan 20, 2022
@GPrimoo GPrimoo reopened this Jan 20, 2022
@GPrimoo
Copy link
Author

GPrimoo commented Jan 20, 2022

I tried with prefix in routes, but still not working.

And I tried to clear all caches too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants