You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: