Wednesday, March 8, 2017

Laravel Design-Pattern

  1. How should I implement Singleton QueueManager. Just roughly the Design pattern is needed.

  2. My application is talking with a XML RPC API. My first thought is that i use a repository pattern and make methods in there like the RPC endpoints. And I dont need any Models. Are there any better ideas how to do this?

Thanks



via Berger

Advertisement