butschster / LaravelMetaTags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
MIT License
540 stars 50 forks source link

Support laravel 7.x #13

Closed nguyentranchung closed 4 years ago

butschster commented 4 years ago

it would be better if you use this way, because only this packages need, not whole framework

"illuminate/config": "^5.6|^6.0|^7.0",
"illuminate/support": "^5.6|^6.0|^7.0", 
"illuminate/contracts": "^5.6|^6.0|^7.0",   
illuminate/console": "^5.6|^6.0|^7.0"
nguyentranchung commented 4 years ago

@butschster 👍