Tagged Questions
0
votes
0answers
86 views
When to use packages or Repositories in Laravel?
I'm a Laravel (PHP) developer, and new with DI, Packages (workbench) and Repositories (Pattern).
I want to know about the best concept/methodology for a more flexible design; ie. the project can grow ...
0
votes
0answers
81 views
Customizing configuration for PHP will Laravel 4 IoC be useful?
This topic has been discussed in this post: Customizing configuration with Dependency Injection
However - I couldn't find one for PHP syntax and since one of the answers was to use a specific ASP.net ...