10quality / wpmvc-commands

Ayuco commands for Wordpress MVC,
MIT License
2 stars 4 forks source link

Support controller subfolders #96

Open amostajo opened 3 years ago

amostajo commented 3 years ago

Support this:

php ayuco add action:hook Folder\TestController@model
php ayuco add action:hook Folder\Subfolder\TestController@model

Where subfolders need to be created on hook call.

Validate sequential hook creations on this controller.