TrinityTuts Tips

Update or Recover ARO|ACO in Cakephp 3

Sometime in Cakephp3 while working with ACL we get some error related to ACO|ARO or our table is corrupt we can solve those issue using bellow commands

 To recover ACO table run bellow command in terminal

bin/cake AclExtras recover aco

To recover ARO table

bin/cake AclExtras recover aro

If you want to check some other options check bellow screenshot