Issue
I have a set of code using cakephp v3 but don't know exactly which version of 3 it is based on. How can I find this out?
EDIT: There is a somewhat duplicate question but not exactly the same. This question relates specifically to ver3
Solution
The version can be found in
vendor\cakephp\cakephp\VERSION.txt
OR
echo Configure::version();
Answered By - user781486
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.