You can install the package via composer:
composer require ismaelillodev/filament-scraper-plugin:dev-mainYou can publish and run the migrations with:
php artisan vendor:publish --tag="filament-scraper-plugin-migrations"
php artisan migrateCreate your WebScrapperResource that extends from WebScrapperResource of the package to register it in you filament.
Make sure that the models you want to scrape implements the IsScrapable interface.
The MIT License (MIT). Please see License File for more information.