LARAVELのサービス Meaning in English - translations and usage examples

the laravel service
laravel の サービス

Examples of using Laravelのサービス in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
それらはLaravelのサービスコンテナにより、自動的に依存解決されます。
They will automatically be resolved via the Laravel service container.
Laravelのサービスコンテナが自動的に依存を注入します。
The Laravel service container automatically injects these dependencies.
Laravelのサービスコンテナは、PSR-11インターフェイスを持っています。
Laravel's service container implements the PSR-11 interface.
コントローラーメソッドの依存はLaravelのサービスコンテナにより注入されることを覚えておきましょう。
Remember, controller method dependencies are injected via the Laravel service container:.
Laravelのサービスコンテナは、全コントローラーの依存解決のために使用されています。
The Laravel service container is used to resolve all Laravel controllers.
Laravelのサービスコンテナは、クラス間の依存を管理する強力な管理ツールです。
The Laravel service container is a powerful tool for managing class dependencies.
イベントリスナーは全てLaravelのサービスコンテナで依存解決されるので、依存は自動的に注入されます。
All event listeners are resolved via the Laravel service container, so dependencies will be injected automatically:.
Laravelのサービスコンテナは、コンストラクタでタイプヒントとされた依存をすべて自動的に注入します。
The Laravel service container will automatically inject all dependencies type-hinted in the constructor:.
Laravelのサービスコンテナはコンストラクタでタイプヒントにより指定された依存を全て自動的に注入します。
The Laravel service container will automatically inject all dependencies type-hinted in the constructor.
Laravelのサービスコンテナは、コンストラクタでタイプヒントされた依存をすべて自動的に注入します。
The Laravel service container will automatically inject all dependencies type-hinted in the constructor:.
Laravelのサービスコンテナは、クラス間の依存を管理する強力な管理ツールです。
The Laravel service container is a powerful tool for managing class dependencies and performing dependency injection.
Laravelのサービスコンテナは、このメソッドの引数でタイプヒントされた依存をすべて自動的に注入します。
The Laravel service container will automatically inject all dependencies that are type-hinted in this method's signature:.
Laravelのサービスコンテナは、コンストラクタかhandleメソッドでタイプヒントされた依存をすべて自動的に注入します。
The Laravel service container will automatically inject all dependencies type-hinted in the constructor or handle method:.
イベントリスナは全てLaravelのサービスコンテナで依存解決されるので、依存は自動的に注入されます。
All event listeners are resolved via the Laravel service container, so dependencies will be injected automatically.
Laravelのサービスコンテナはフレームワーク全体で最もパワフルな機能です。
Laravel's service container is one of the most powerful features of the entire framework.
Reportメソッドに必要な依存をタイプヒントで指定することで、Laravelのサービスコンテナによりメソッドへ、自動的に依存注入されます。
You may type-hint any required dependencies of the report method andthey will automatically be injected into the method by Laravel's service container.
依存注入Laravelのサービスコンテナはフレームワーク全体で最もパワフルな機能です。
Dependency Injection Laravel's service container is one of the most powerful features of the entire framework.
PSR-11Laravelのサービスコンテナは、PSR-11インターフェイスを持っています。
PSR-11 Laravel's service container implements the PSR-11 interface.
ファサードはLaravelのサービスコンテナにより管理され、依存解決されていますので、典型的な静的クラスよりもかなり高いテスタビリティーを持っています。
Since facades are actually resolved and managed by the Laravel service container, they have much more testability than a typical static class.
Laravelのサービスコンテナにより、アプリケーションへ依存注入されるオブジェクトをモックする場合は、モックしたインスタンスをコンテナへ、instance結合する必要があります。
When mocking an object thatis going to be injected into your application via Laravel's service container, you will need to bind your mocked instance into the container as an instance binding.
サービスプロバイダは何かをLaravelのサービスコンテナと結合し、ビューや設定、言語ファイルのようなリソースをどこからロードするかをLaravelに知らせる責務を持っています。
A service provider is responsible for binding things into Laravel's service container and informing Laravel where to load package resources such as views, configuration, and localization files.
サービスプロバイダーは何かをLaravelのサービスコンテナと結合し、ビューや設定、言語ファイルのようなリソースをどこからロードするかをLaravelに知らせる責務を持っています。
A service provider is responsible for binding things into Laravel's service container and informing Laravel where to load package resources such as views, configuration, and localization files.
オブジェクトのモックLaravelのサービスコンテナにより、アプリケーションへ依存注入されるオブジェクトをモックする場合は、モックしたインスタンスをコンテナへ、instance結合する必要があります。
Mocking Objects When mocking an object thatis going to be injected into your application via Laravel's service container, you will need to bind your mocked instance into the container as an instance binding.
Laravelのサービスコンテナを深く理解するのは、パワフルで大きなアプリケーションを構築することと同時に、Laravelコア自身に貢献するために重要なことです。
A deep understanding of the Laravel service container is essential to building a powerful, large application, as well as for contributing to the Laravel core itself.
Laravelのサービスコンテナを深く理解することは、パワフルで大きなアプリケーションを構築するのと同時に、Laravelコア自身に貢献するために重要なことです。
A deep understanding of the Laravel service container is essential to building a powerful, large application, as well as for contributing to the Laravel core itself.
全コントローラーの依存を解決するために、Laravelのサービスコンテナが使用されます。
The Laravel service container is used to resolve all Laravel controllers.
全コントローラの依存を解決するために、Laravelのサービスコンテナが使用されます。
The Laravel service container is used to resolve all Laravel controllers.
Laravelのサービスは全てシンプルなインターフェイスの中で適切に定義されているので、サービスが提供する機能も簡単に定義できています。
When all of Laravel's services are neatly defined within simple interfaces, it is very easy to determine the functionality offered by a given service..
Laravelのサービスはすべてシンプルなインターフェイスの中で適切に定義されているので、サービスが提供する機能も簡単に定義できています。
When all of Laravel's services are neatly defined within simple interfaces, it is very easy to determine the functionality offered by a given service..
Laravelのサービスは全部、シンプルなインターフェイスの中で適切に定義されているので、サービスが提供する機能も簡単に定義できています。
When all of Laravel's services are neatly defined within simple interfaces, it is very easy to determine the functionality offered by a given service..
Results: 135, Time: 0.0195

Word-for-word translation

Top dictionary queries

Japanese - English