LARAVEL INTRODUCTION 日本語 意味 - 日本語訳 - 英語の例文

laravelイントロダクション

英語 での Laravel introduction の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Eloquent: Relationships 6.0 Laravel Introduction Database tables are often related to one another.
Eloquent:リレーション6.0Laravelイントロダクションデータベーステーブルは大抵の場合、他と関連しています。
Mocking 6.0 Laravel Introduction When testing Laravel applications, you may wish to"mock" certain aspects of your application so they are not actually executed during a given test.
モック6.0LaravelイントロダクションLaravelアプリケーションをテストするとき、アプリケーションの一部分を「モック」し、特定のテストを行う間は実際のコードを実行したくない場合があります。
Eloquent: Relationships 5.1 Laravel Introduction Database tables are often related to one another.
Eloquent:リレーション5.1Laravelイントロダクションデータベーステーブルは大抵の場合他のものと関連しています。
Blade Templates 6.0 Laravel Introduction Blade is the simple, yet powerful templating engine provided with Laravel..
Bladeテンプレート6.0LaravelイントロダクションBladeはシンプルながらパワフルなLaravelのテンプレートエンジンです。
Artisan Console 6.0 Laravel Introduction Artisan is the command-line interface included with Laravel..
Artisanコンソール6.0LaravelイントロダクションArtisanはLaravelに含まれているコマンドラインインターフェイスです。
Artisan CLI 4.2 Laravel Introduction Artisan is the name of the command-line interface included with Laravel..
Artisanコマンドライン4.2LaravelイントロダクションArtisanはLaravelを構成しているコマンドラインインターフェイスの名前です。
Artisan CLI 5.0 Laravel Introduction Artisan is the name of the command-line interface included with Laravel..
Artisanコマンドライン5.0LaravelイントロダクションArtisan(アーティザン:職人)とは、Laravelを構成しているコマンドラインインターフェイスの名前です。
URL Generation 5.6 Laravel Introduction Laravel provides several helpers to assist you in generating URLs for your application.
URL生成5.6LaravelイントロダクションLaravelはアプリケーションに対するURL生成の手助けとなる、数多くのヘルパを提供しています。
Task Scheduling 5.3 Laravel Introduction In the past, you may have generated a Cron entry for each task you needed to schedule on your server.
タスクスケジュール5.3Laravelイントロダクション過去において、サーバで実行をスケジュールする必要のあるタスクごとに、Cronエントリを制作していたかと思いmす。
Request Lifecycle 6.0 Laravel Introduction When using any tool in the"real world", you feel more confident if you understand how that tool works.
リクエストのライフサイクル6.0Laravelイントロダクション「現実の世界」である道具を使用する場合、それがどのように動作するかを理解しておくほうが、自信が持てます。
Request Lifecycle 5.0 Laravel Introduction When using any tool in the"real world", you feel more confident if you understand how that tool works.
リクエストのライフサイクル5.0Laravelイントロダクション「現実の世界」でツールを使用する場合、その道具がどのように動作するかを理解しておいたほうが、自信が持てます。
HTTP Middleware 5.1 Laravel Introduction HTTP middleware provide a convenient mechanism for filtering HTTP requests entering your application.
HTTPミドルウェア5.1LaravelイントロダクションHTTPミドルウェアはアプリケーションにやってきたHTTPリクエストをフィルタリングする、便利なメカニズムを提供します。
Artisan Development 4.2 Laravel Introduction In addition to the commands provided with Artisan, you may also build your own custom commands for working with your application.
Artisan開発4.2Laravelイントロダクションアプリケーションで動作する追加のカスタムコマンドを構築することも可能です。
HTTP Tests 6.0 Laravel Introduction Laravel provides a very fluent API for making HTTP requests to your application and examining the output.
HTTPテスト6.0LaravelイントロダクションLaravelはアプリケーションに対するHTTPリクエストを作成し、出力を検査するためのとても記述的なAPIを用意しています。
Eloquent: Mutators 6.0 Laravel Introduction Accessors and mutators allow you to format Eloquent attribute values when you retrieve or set them on model instances.
Eloquent:ミューテタ5.7Laravelイントロダクションアクセサとミューテタはモデルの取得や値を設定するときに、Eloquent属性のフォーマットを可能にします。
Envoy Task Runner 5.6 Laravel Introduction Laravel Envoy provides a clean, minimal syntax for defining common tasks you run on your remote servers.
Envoyタスクランナー5.6LaravelイントロダクションLaravelEnvoy(使節)はリモートサーバ間で共通のタスクを実行するために、美しく最小限の記法を提供します。
Envoy Task Runner 5.3 Laravel Introduction Laravel Envoy provides a clean, minimal syntax for defining common tasks you run on your remote servers.
Envoyタスクランナー5.3LaravelイントロダクションLaravelEnvoy(使節)はリモートサーバー間で共通のタスクを実行するために、美しく最小限の記法を提供します。
Envoy Task Runner 5.1 Laravel Introduction Laravel Envoy provides a clean, minimal syntax for defining common tasks you run on your remote servers.
Envoyタスクランナー5.1LaravelイントロダクションLaravelEnvoy(使節)はリモートサーバー間で共通のタスクを実行するために、美しいで最小限の記法を提供します。
HTTP Session 5.3 Laravel Introduction Since HTTP driven applications are stateless, sessions provide a way to store information about the user across multiple requests.
HTTPセッション5.3LaravelイントロダクションHTTP駆動のアプリケーションはステートレスのため、リクエスト間に渡りユーザに関する情報を保存するセッションが提供されています。
Envoy Task Runner 5.0 Laravel Introduction Laravel Envoy provides a clean, minimal syntax for defining common tasks you run on your remote servers.
Envoyタスクランナー5.0LaravelイントロダクションLaravelEnvoy(使節)は、定義した共通タスクをリモートサーバーで実行するために、クリーンで最小限の記法を提供します。
Controllers 5.5 Laravel Introduction Instead of defining all of your request handling logic as Closures in route files, you may wish to organize this behavior using Controller classes.
コントローラ5.5Laravelイントロダクション全リクエストの処理をルートファイルのクロージャで定義するよりも、コントローラクラスにより組織立てたいと、皆さんも考えるでしょう。
Controllers 5.4 Laravel Introduction Instead of defining all of your request handling logic as Closures in route files, you may wish to organize this behavior using Controller classes.
コントローラ5.4Laravelイントロダクション全リクエストの処理をルートファイルのクロージャで定義するよりも、コントローラークラスにより組織立てたいと、皆さんも考えるでしょう。
Authorization 5.3 Laravel Introduction In addition to providing authentication services out of the box,Laravel also provides a simple way to authorize user actions against a given resource.
認可5.3LaravelイントロダクションLaravelは組み込み済みの認証サービスに加え、特定のリソースに対するユーザアクションを認可する簡単な手法も提供しています。
Authorization 6.0 Laravel Introduction In addition to providing authentication services out of the box,Laravel also provides a simple way to authorize user actions against a given resource.
認可6.0LaravelイントロダクションLaravelは組み込み済みの認証サービスに加え、特定のリソースに対するユーザーアクションを認可する簡単な手法も提供しています。
Command Bus 5.0 Laravel Introduction The Laravel command bus provides a convenient method of encapsulating tasks your application needs to perform into simple, easy to understand"commands.
コマンドバス5.0LaravelイントロダクションLaravelコマンドバスは、シンプルで分かりやすい「コマンド」として実行する必要のあるアプリケーションのタスクをカプセル化する便利なメソッドです。
Authorization 5.1 Laravel Introduction In addition to providing authentication services out of the box,Laravel also provides a simple way to organize authorization logic and control access to resources.
認可5.1Laravelイントロダクション初めから用意されている認証サービスに付け加え、Laravelは認可ロジックを取りまとめ、リソースへのアクセスをコントロールする簡単な手段を提供します。
Notifications 6.0 Laravel Introduction In addition to support for sending email,Laravel provides support for sending notifications across a variety of delivery channels, including mail, SMS(via Nexmo), and Slack.
通知6.0Laravelイントロダクションメール送信に加え、LaravelはSMS(Nexmo使用)、Slackなどの、さまざまな複数チャンネルへ渡る通知をサポートしています。
Localization 5.0 Laravel Introduction The Laravel Lang facade provides a convenient way of retrieving strings in various languages, allowing you to easily support multiple languages within your application.
ローカリゼーション5.0LaravelイントロダクションLaravelのLangファサードは、アプリケーションを多言語に対応させるため、様々な言語の翻訳済み文字列を取得する方法を提供します。
Eloquent: API Resources 6.0 Laravel Introduction When building an API, you may need a transformation layer that sits between your Eloquent models and the JSON responses that are actually returned to your application's users.
Eloquent:APIリソース6.0LaravelイントロダクションAPI構築時、Eloquentモデルと、アプリケーションユーザーに対して実際に返信するJSONリスポンスとの間に、トランスレーション層を設置することが必要となります。
結果: 29, 時間: 0.026

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語