- ブログ記事の説明用に書いたスニペット
- Symfony2で作られたユーザー登録サンプル phpmentors-jp/phpmentors-training-example-symfony を見て、そのうちの一部機能をBEARアプリケーションとして個人的に移植したものです。
php bootstrap/api.php post 'app://self/users/registration?lastName=Kuma&firstName=Nana&email=shigematsu%2enana%40gmail%2ecom&password=testtest'
- ユーザの有効化機能
- メール送信機能
- バリデーション
- ページ、ページフロー
./vendor/bin/doctrine orm:schema-tool:create
./vendor/bin/doctrine orm:schema-tool:update --force
- コネクタとしての BEAR.Resource について考えたこと(近日UP予定)