ZendSkeletonApplication
https://github.com/zendframework/ZendSkeletonApplication
だと、表紙のページしかないので、controllerを追加するとき、
modules.config.phpとか、いまいちわからない・・・
・・・そんなときは・・・
olegkrivtsov/using-zf3-book-samples
https://github.com/olegkrivtsov/using-zf3-book-samples
がいいかも!こんなかんじ
入れる手順
(0)前提:apache2.4,php7は入っている。Windows7
(1)エクステンション php_intlのコメントを外す
php.iniファイル中、php_intlのextensionがコメント
になっていたら、外す
→これやらないと、初期画面表示でエラー
(2)apache立ち上げ時に、msvcp140.dllがないと言われたら、
Visual Studio C++ 2015 再配布可能パッケージを入れる
詳しくは、下記参照
コンピュータに msvcp140.dll/msvcr140.dll が無い時の解決方法
http://loumo.jp/wp/archive/20151106120018/
(3)ソースをgit cloneする
git clone https://github.com/olegkrivtsov/using-zf3-book-samples.git
(4)helloworldフォルダにいって、
composer install
を行う。
(5)(4)のhelloworldフォルダをルートディレクトリにして
バーチャルホストを立ちあげるようhttpd.confを記述
こんな感じ?
https://github.com/zendframework/ZendSkeletonApplication
だと、表紙のページしかないので、controllerを追加するとき、
modules.config.phpとか、いまいちわからない・・・
・・・そんなときは・・・
olegkrivtsov/using-zf3-book-samples
https://github.com/olegkrivtsov/using-zf3-book-samples
がいいかも!こんなかんじ
入れる手順
(0)前提:apache2.4,php7は入っている。Windows7
(1)エクステンション php_intlのコメントを外す
php.iniファイル中、php_intlのextensionがコメント
になっていたら、外す
→これやらないと、初期画面表示でエラー
(2)apache立ち上げ時に、msvcp140.dllがないと言われたら、
Visual Studio C++ 2015 再配布可能パッケージを入れる
詳しくは、下記参照
コンピュータに msvcp140.dll/msvcr140.dll が無い時の解決方法
http://loumo.jp/wp/archive/20151106120018/
(3)ソースをgit cloneする
git clone https://github.com/olegkrivtsov/using-zf3-book-samples.git
(4)helloworldフォルダにいって、
composer install
を行う。
(5)(4)のhelloworldフォルダをルートディレクトリにして
バーチャルホストを立ちあげるようhttpd.confを記述
こんな感じ?