Plan install exact 3.2.1 cakePHP live on server via composer

composer.json :

"require": {
"cakephp/cakephp": "3.2.1"
}

I plan install cakePHP live on server via composer CentOS7.2/PHP7/MySQL5.6

well to install this exact version with composer this is correct in composer.json???

the below is wrong>>> with tidle ~

“cakephp/cakephp”: “~3.2.1”

after login ssh to hosting domain(not root domain) in VPS,… I must run cakePHP install as user of domain or as root or is the same?

Installing cakephp/app (3.2.6) on server — I have localhost cakephp/app (3.2.1) — and trying to migrate should be conflicts? better install 3.2.1…on server?

Also can install cakePHP on server with composer being user of domain name and Not be the root user?

doesn’t matter as long as you have write permissons for that directory.

check their changelog: http://cakephp.org/changelogs/

1 Like

You recommend if my site is ready in 3.2.1 then use…this same on server…???
(difficult to decide from changeLogs)

this composer.json [in site root] required to install 3.2.1 ??? tried but composer installed 3.2.6 cakePHP instead well?

{
   "require": {
        "cakephp/cakephp": "3.2.1"
    }
}

well?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.