spekulatius / spatie-crawler-toolkit-for-laravel

A toolkit for Spatie's Crawler and Laravel.
https://releasecandidate.dev
MIT License
18 stars 8 forks source link

laravel 9 support #9

Closed henzeb closed 1 year ago

henzeb commented 2 years ago

Atm there is no laravel 9 support.

Problem 1

spekulatius commented 2 years ago

Hello @henzeb,

Are you interested in supporting the package with Laravel 9 support? You could fork it, adjust composer.json and check if / where the issues with Laravel 9 are.

Cheers, Peter

henzeb commented 2 years ago

Just did, I tested the queue, haven't tested the events yet, but It looks like it works like a charm.

The only thing is that ?$ttl requires you to add null to the constructor. Your readme may make it look like you don't need to.

https://github.com/henzeb/spatie-crawler-toolkit-for-laravel/tree/laravel-9

spekulatius commented 1 year ago

Fixed, please let me know if any issues come up :+1: