LoginSignup
4
2

More than 1 year has passed since last update.

PHPStormのLaravel用最強プラグインLaravel ideaの紹介

Last updated at Posted at 2022-05-18

Laravel idea とは

愛用しているLaravelでの開発用の強力補完プラグインです(有料)
20万ダウンロードされています。

phpstorm単体でも補完が強いんですが完全体になれます。

どんな補完が効くのかつまみつまみ紹介します。

機能一覧

コード生成

ショートカットで生成したいコードタイプを選択
image.png

Eloquent

カラム補完

image.png

リレーション先

image.png

with時のリレーションチェーン

image.png

モデル内のフィールド

image.png

ルーティング関連補完

コントローラー

image.png

コントローラーメソッド

image.png

ルート名の補完

image.png

Groupやnamespace補完

image.png

image.png

methodジャンプ

route_navigation.gif

バリデーション補完

ルール

パターン1

image.png

パターン2

image.png

リクエスト補完

image.png

Blade補完

return view()

image.png

継承

image.png

セクション

image.png

push

image.png

bladeComponents

コンポーネントタグ名補完

image.png

パラメータ補完

image.png

コンポーネントに使われているファイルにジャンプ

image.png

宣言に移動

image.png

Livewire補完

@livewireディレクティブ

image.png

Livewireタグ

image.png

Livewireタグの属性

image.png

Livewire固有の属性、パラメータ、メソッド

livewire_wire_parameter.gif

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2