Skip to content

aco_sync not working for prefix #171

Open
@GPrimoo

Description

@GPrimoo

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

Activity

raul338

raul338 commented on Jan 19, 2022

@raul338

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

GPrimoo

GPrimoo commented on Jan 20, 2022

@GPrimoo
Author

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @raul338@GPrimoo

        Issue actions

          aco_sync not working for prefix · Issue #171 · cakephp/acl