LoginSignup
21
20

More than 5 years have passed since last update.

リリースされたCakePHP 3.0をインストールする

Last updated at Posted at 2014-09-04

CakePHP 3.0をインストールする

前提条件

  • PHP 5.4.16以上
  • composerの環境構築済み

CakePHP 3.0のインストール

composerの環境を作った状態で以下のコマンドを実行する

php composer.phar create-project --prefer-dist cakephp/app プロジェクト名

インストール完了

インストールが完了するとDebugKitのインストールやtmpの権限まで設定された状態になってます。

デザインが今までのCakeから一新されています。

home.png

21
20
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
20