-1

How to create library for the plugin in cakephp3.x and also what is folder structure for this.

Raju1990
  • 26
  • 8

1 Answers1

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