Too Long; Didn't ReadA cheat sheet for Laravel’s Eloquent ORM version 5.5. A cheat sheet for Laravel’s Eloquent ORM version 5.5. One to One Relationship Demo details: In this demo we have 2 models (Owner and Car), and 2 tables (owners and cars). Business Rules: The Owner can own one Car.The Car can be owned by one Owner. Relations Diagram: Relationship Details: The Cars table should store the Owne
A variety of benchmarks comparing PHP frameworks float around the web. However, they are often comparing “apples” to “oranges”. In particular, I want to focus on Laravel, Symfony, and Zend and why these three frameworks are often benchmarked incorrectly against each other. You don’t have to take my word for it. After reading this post you can spin up your own 2GB DigitalOcean server and test these
Laravelのマイグレーション(スキーマビルダー)でカラムにコメントを設定する方法。 検索しても「できます」的な情報が見つけられず、出来なかった頃の方法がトップに出てくるので、 知らない人多い?と思い共有します。 Schema::create('users', function (Blueprint $table) { $table->string('name')->comment('ユーザー名'); }); MySqlGrammerクラスで定義されているみたいです。なので、使えるのはMySQLだけっぽい。 https://github.com/laravel/framework/commit/1aca4bbde671a1f25bffc9859af34eecc98002f5#diff-6b15e6c9bf5e3fe00e3f4cb4bc3fd386R577 ->comment()がある場
いつも通りTwitterでLaravelの話をしていたところ、 匿名でいいからディレクトリ構造シェアしてほしいw— たきゃはし (@takahashiyuya) 2016年5月2日 ということがあり、とりあえず自分流のLaravelを紹介します。 2014年にその時の自分の開発プロジェクトなどで利用していたものをまとめました。 blog.comnect.jp.net 新原さんのエントリも参考にしてみると良いでしょう。 www.1x1.jp Laravelは開発者が自由に組み合わせて、自由に構築できるフレームワークという側面があり、 ある程度慣れてきた頃に、みなさん色々試行錯誤すると思います。 RoRっぽさを求めている方はそれの色を求め、 Javaや、エンタープライズ向けのものを求めている方はその色になっていくと思います。 あれから月日が流れ、折角ですので2016年版として自分流のLarav
Laravelでのカスタムバリデート実装方法 カスタムバリデートの実装方法は、公式に記載があります。 Laravel Custom Validation Rules(公式) Laravel Custom Validation Rules(日本語訳) 書いてあるように実装するだけで簡単にできますが、 どこにどうやって書いたらどうなるのか、がなかなか読めないと思います。 (ソースコードを読めばありますが・・) 現在Laravel4、Laravel5の両方がありますが、4から5に移行しようとしている方も多いでしょうし、 しばらく4を使い続ける方も多いと思いますので、 なるべく両方で共通する実装方法を紹介します。 どこに実装すればいいのか?(4,5共通) Laravel4ではapp/start/global.phpというファイルがありますが、 Laravel5では相当するファイルはありません。 共
version laravel v4.1.24 参考 http://laravel.com/docs/routing source Illuminate/Routing/Router.php Illuminate/Routing/Route.php Illuminate/Events/Dispatcher.php Illuminate/Foundation/Application.php Illuminate/Http/Request.php Illuminate/Http/Response.php method App::before(callback) ... 全体にかかるbeforeフィルタ パラメータ callback ... フィルタcallback 形式以下 function([request, response]) : requestはIlluminate\Http\Requ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く