ismaelillodev/filament-scraper-plugin

This is my package filament-scraper-plugin

dev-main 2024-05-06 08:24 UTC

This package is auto-updated.

Last update: 2024-05-06 08:24:36 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.