Closed robeygo closed 4 years ago
@JonathanMurre
I had the same problem when laravel 6 released: https://github.com/kodeine/laravel-meta/issues/65
my temporary solution was to add this to composer.json
:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kodeine/laravel-meta"
}
]
then run composer update kodeine/laravel-meta
and composer will now load the package from github instead of packagist.
once the new version of laravel-meta released remove it from composer.json
@siamak2, i've released the new version with those merges.
Hi guys,
Can this be added to a Laravel 8 app?