Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CakePHP 3 Installation without intl or Composer #1606

Closed
ghost opened this issue Aug 18, 2014 · 3 comments
Closed

CakePHP 3 Installation without intl or Composer #1606

ghost opened this issue Aug 18, 2014 · 3 comments
Milestone

Comments

@ghost
Copy link

ghost commented Aug 18, 2014

My server (hosted by Rochen) does not allow for the installation of Composer or php5-intl, for some reason or another.

I installed CakePHP3 without Composer, but when I do it that way I get an error due to the missing intl library. Is there a way to not require this file so that I can use CakePHP3 on my website?

@ADmad ADmad added this to the 3.0 milestone Aug 18, 2014
@dereuromark
Copy link
Member

Composer always works, even without being installed. There is a phar file available to use.
So no need to install it without composer probably.
Remains the intl issue

@markstory
Copy link
Member

No you need to have intl installed. CakePHP uses intl to do all the date formatting and string translation and is required.

@HumanG33k
Copy link
Contributor

I just want to say sometimes we not have any ssh/command line acces for security reason.

  • cake app dev can only drop files on a "prepare" server
  • admin which will not execute something or let people execute composer for ie.
    Real case i face to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants