Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

サーバサイド - フレームワーク - Laravel - テンプレートエンジンのBladeを使う #43

Open
fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Labels

Comments

@fr-sasaki
Copy link
Member

■目的

Laravelで採用しているBladeを用いて、テンプレートエンジンについて学びます。

■課題

LaravelではテンプレートエンジンにBladeを採用しています。
前課題で作成した静的HTMLをBladeにし以下を対応して下さい。

  • 確認画面でフォームで入力した値を表示
  • 確認画面からフォームへ戻ったら入力値を復帰
  • <? echo $name; ?>といったPHP構文をviewで使わない
  • routingとBladeを用いて値の表示、復帰を対応
  • Bladeの書き方に関してはここ辺りを参照

対応したらGitHubのPRを共有して下さい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant