PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, January 11, 2022

[FIXED] How to find out the version number in cakephp v3.0?

 January 11, 2022     cakephp, cakephp-3.0, php, version     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing