anfangd / laravel-ddd-sample-for-beginners

10 stars 0 forks source link

Use IoC Container #17

Closed anfangd closed 4 years ago

anfangd commented 4 years ago

TODO

  1. ApplicationService の Interface を作成する
  2. Provider の設定をする

参照

LaravelのControllerのライフサイクルとサービスコンテナへの束縛登録のベタープラクティス|Laravel|PHP|開発ブログ|株式会社Nextat(ネクスタット) https://nextat.co.jp/staff/archives/247

Laravelの依存性の注入(DI)を具体的にどう使うのか - Qiita https://qiita.com/ishiitakeru/items/e47dbb3e5b07078cc9b5