Skip to content

Migrating from 4.x

A few commands were renamed when moving to 5.x:

4.x5.x
bin/cake code_completion generatebin/cake generate code_completion
bin/cake phpstorm generatebin/cake generate phpstorm
bin/cake illuminatorbin/cake illuminate code

If you have composer scripts or CI jobs referencing the old commands, update them accordingly.

Released under the MIT License.