PHP 7.4.1
CakePHP 4.0.4
I just baked a plugin.
- bin/cake bake plugin users
- bin/cake bake all users --plugin users
- http://localhost/app/users/users
But i can’t access to plugin users/users. Missing Controller📋
PHP 7.4.1
CakePHP 4.0.4
I just baked a plugin.
But i can’t access to plugin users/users. Missing Controller📋
Did you add a Users controller to the Users plugin?
Yes. As i wrote at 2nd step
I didn’t overwrite composer.