php - Cakephp 3.0 default folder structure Customization -


i want customize default folder structure of cakephp. have ten modules huge use-cases, maintenance purpose want customize cakephp default folder structure.

for e.g.:

now src folder contains controllers, template, , model, want maintain separate folders each modules in config folder, modules folder contain own controller, models, , templates.

is possible create this?

use cakephp plugins. mini-apps or modules can group parts of application:

http://book.cakephp.org/3.0/en/plugins.html


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -