artesaos / seotools

SEO Tools for Laravel
MIT License
3.04k stars 503 forks source link

Laravel 8.0 is not supported. #224

Closed lucioaguiar closed 3 years ago

lucioaguiar commented 3 years ago

Hello, I installed Laravel 8.0 and i have errors while i try to install the package. Please fix this.

ryahpalma commented 3 years ago

Same issue here. I think the problem happens due Illuminate version.

WhereIsLucas commented 3 years ago

A PR has been made => https://github.com/artesaos/seotools/pull/223, waiting to merge it

ahosker commented 3 years ago

Fixed it using the PR #223

Just changed Composer to: "artesaos/seotools": "dev-master#44d6027912c5aa44b5b1b59dcf1431403d4e0aeb",

Then added:

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/naszybko/seotools.git"
        }
    ],

All seems to be working fine, pending an official update.

vinicius73 commented 3 years ago

223 merged

Thanks

WhereIsLucas commented 3 years ago

Thanks!

lucioaguiar commented 3 years ago

Thanks!