cakephp / app

CakePHP application template
366 stars 390 forks source link

Use file config instead. #959

Closed dereuromark closed 11 months ago

dereuromark commented 11 months ago

When installing a new 5.x I noticed that this doesnt quite follow dry conventions This fixes it.

It also has a further positive side effect:

Using composer script you can also allow a single file/folder to be checked quickly, e.g.

composer cs-c src/Console/

etc