1
2

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.

IntelliJですばやくCodeigniter環境を構築する

Last updated at Posted at 2016-07-15

【参考】
IntelliJですばやくPHP開発環境を構築する
↑の記事でPHPの環境自体はほとんどOK。

まずは公式サイトからダウンロード

https://codeigniter.com/

スクリーンショット 2016-07-15 23.58.50.png

CodeIgniter-3.0.6.zipが落ちてくる

プロジェクトを配置する

CodeIgniter-3.0.6.zipを解凍するとCodeIgniter-3.0.6ができるので、適当な名前にリネームする、
今回はtestとでもしておく
上記参考で作成したphp-sampleプロジェクト配下にtestプロジェクトを配置する
スクリーンショット 2016-07-16 0.23.28.png

起動設定を修正する

Run -> Edit Configurations
php-sampleからphp-sample/testに変更する

スクリーンショット 2016-07-16 0.35.37.png

ブラウザで起動確認を行う

以下のURLをブラウザで開く
http://localhost:8000/

以下の画面が表示されれば成功
スクリーンショット 2016-07-16 0.24.22.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?