forked from basemkhirat/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or requestheritageHeritage from the original library that should be sorted outHeritage from the original library that should be sorted out
Description
Currently, the library has dependencies on Laravel code in several places, making it essentially incompatible with "any other application using composer" or even Lumen, I think. However, the dependent code seems to not fully work as intended (eg. pagination link resolution).
We should either fully embrace Laravel, introduce proper abstractions and fix the code, or throw out all framework-specific code and remain compatible with other applications. The former would be faster, but reduce reusability, the latter would be harder, but result in a versatile library we could use in other projects, too.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestheritageHeritage from the original library that should be sorted outHeritage from the original library that should be sorted out