0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Laravel ヘルパ関数

Last updated at Posted at 2025-12-06

ヘルパ関数

フレームワークにデフォルトで組み込まれているグローバルなPHP関数のこと

関数 説明
route() ルート名からURLを生成
url() 指定したパスの絶対URLを生成
asset() publicディレクトリ内のアセットへのURLを生成
config() 設定フィルタから値を取得
env() 環境変数から値を取得
app() Laravelのサービスコンテナからインスタンスを取得
dd() 変数の内容をダンプして表示し、その場でスクリプトの実行を停止
dump() 変数の内容をダンプして表示するが、スクリプトの実行は継続
view() ビューインスタンスを返す
redirect() レダイレクトレスポンスを生成
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?