ismaelillodev/filament-scraper-plugin

This is my package filament-scraper-plugin

Maintainers

Package info

github.com/ismaelilloDev/filament-scraper-plugin

Homepage

pkg:composer/ismaelillodev/filament-scraper-plugin

Fund package maintenance!

ismaelilloDev

Statistics

Installs: 1 685

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

dev-main 2026-01-05 23:11 UTC

README

You can install the package via composer:

composer require ismaelillodev/filament-scraper-plugin:dev-main

You can publish and run the migrations with:

php artisan vendor:publish --tag="filament-scraper-plugin-migrations"
php artisan migrate

Usage

Create 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.

Credits

License

The MIT License (MIT). Please see License File for more information.