You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
2013-07-09 Laravel使ってみた (7) - Controller Testing - PHP Laravel 久々にLaravelなドキュメント読みを遂行。http://laravel.com/docs/testingのコントローラーテストな部分だけをやってみた。 /でアクセスすると/show/1にリダイレクトされる /show/{id}でアクセスするとhome.blade.phpをレンダリング。引数をidとしてビューにバインド*1 という事でめんどくさいのでコントローラーは省略 でテストはapp/testsに書くんだけど、公式的な所としては末尾がTest.phpで終わるのが望ましいのか、TestCase.phpな感じな末尾で作るとphpunitを実行しても反応しない*2 んまぁてな感じでapp/tests/HomeControllerTest.phpを定義する <?p
Now that Google App Engine opens to the PHP world and that the 4th version of the Laravel framework is officialy launched, we wanted to test these two promising technologies together at Neoxia. This blog post is the result of our tests whose goal was to have a standard Laravel 4 application on the Google App Engine PHP runtime up and running. Given that an application without a database is not ver
タグ: Laravel4 Laravelは読み書きしやすいフレームワークです。その理由の一つはコアが提供しているメソッドがスタティックであることです。 スタティックメソッドはそのクラスのオブジェクトがなくても使用できます。オブジェクトが存在すれば、ちょっとした仕組みでオブジェクトを入れ替えることができますが、肝心のオブジェクトがなくても動かせるスタティックメソッドだと置き換えが面倒です。 置き換えられないと、あるクラスを作成している途中やテストの時にちょっとしたダミープログラムと置き換えたり、機能強化の時に新しいクラスオブジェクトに変更したりできません。 そこでLaravel3ではIoCコンテナが導入され、Laravel4ではさらにコンストラクターのタイプヒントにより、自動的にオブジェクトを生成してくれる仕組みが採用されました。 これで自作するクラスに関しては、依存注入によるクラスの入れ替
A Laravelish way to create and format forms Travis status : Former is the name of a little project I'd like to present you — it's a bundle for the Laravel framework, and a really nice guy too once you get to know him. Laravel's original Form class is great — simplistic and full of little helpers, but a tad unelegant compared to the rest of the framework. When you add Bootstrapper classes above it
Using third party composer packages with Laravel 4 When developers create composer packages, they should map the auto-loading using PSR-0 or PSR-4 standards. If this is not the case there can be issues loading the package in your Laravel application. The PSR-0 standard is: { "autoload": { "psr-0": { "Acme": "src/" } } } And the PSR-4 standard: { "autoload": { "psr-4": { "Acme\\": "src/" } } } Basi
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く