You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: