We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
このサンプルはドメイン駆動設計 (DDD: Domain-Driven Design) に基づいた、PHP アプリケーションフレームワーク Symfony ベースのユーザー登録アプリケーションです。
PHPメンターズのトレーニングSymfony2によるWebアプリケーション開発入門の実践編では、本アプリケーションを教材として使用しています。
本アプリケーションをインストールするには以下のコマンドを実行します。
$ git clone git://github.com/phpmentors-jp/phpmentors-training-example-symfony.git $ cd phpmentors-training-example-symfony $ composer install
加えて Eclipse PDT をお使いの方はプロジェクトをインポートします。