1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【CakePHP3メモ⓪】インストール

Posted at

前提

  • Win10
  • プロジェクト名:cake-test
  • インストールディレクトリ:C:\cake-test
  • Composerはインストール済
  • CakePHP3.4.5
  • ローカルポート:8001

手順

CakePHPインストール

コマンドプロンプトで以下実行

c:\cake-test>composer create-project --prefer-dist cakephp/app cake-test

サーバ起動

以下のバッチファイルを用意して実行

exec-caketest-sever.bat
php C:\cake-test\cake-test\bin\cake.php server -H localhost -p 8001

アクセス

参考

PHPフレームワーク CakePHP 3入門
掌田 津耶乃
秀和システム
売り上げランキング: 15,411
1
1
0

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?