How to create library for the plugin in cakephp3.x and also what is folder structure for this.
Asked
Active
Viewed 117 times
1 Answers
0
Please be more precise with your question and review the CakePHP Cookbook Plugins Section.
You can automatically create a plugin using the Bake Shell:
bin/cake bake plugin PluginName
This will generate a skeleton for a plugin.

polyte
- 449
- 2
- 13