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
At the present state this package uses Illuminate\Config\Repository for the Artesaos\SEOTools\SEOMeta implementation.
This produces an extra dependency to the "illuminate/config" package.
SEOMeta is the only class using Illuminate\Config\Repository - all other SEO tools operate plain arrays.
It is better to refactor Artesaos\SEOTools\SEOMeta removing usage of Illuminate\Config\Repository. It will make this class more consistent, easy for standalone usage and eliminates extra composer dependency.
Q
A
This Package Version
0.15.0
Laravel Framework Version
5.8.31
PHP version
7.2
Operating system
*
The text was updated successfully, but these errors were encountered:
At the present state this package uses
Illuminate\Config\Repository
for theArtesaos\SEOTools\SEOMeta
implementation.This produces an extra dependency to the "illuminate/config" package.
SEOMeta
is the only class usingIlluminate\Config\Repository
- all other SEO tools operate plain arrays.It is better to refactor
Artesaos\SEOTools\SEOMeta
removing usage ofIlluminate\Config\Repository
. It will make this class more consistent, easy for standalone usage and eliminates extra composer dependency.The text was updated successfully, but these errors were encountered: