-
Notifications
You must be signed in to change notification settings - Fork 26
Target [RoachPHP\Scheduling\RequestSchedulerInterface] is not instantiable while building [RoachPHP\Core\Engine]. #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I’m pretty sure it’s because you forgot to publish the config. Try running https://roach-php.dev/docs/laravel#installing-the-laravel-adapter There’s something wrong with the way the default config gets merged if the user didn’t publish the config. |
Yes, that's the problem. In docs, the sound looks like publishing the config is optional. Is it able to filter using class name or just html tags? |
Yes, it is.
if there, please mention me. I'll close it now |
I also ran into this. |
FYI, this problem has been fixed in the 0.3.1 release. Publishing the config should now be truly optional. |
I just trying this package to start using it in my new project.
When use
Roach::startSpider(DataSpider::class)
, it returns the error mentioned in the title.The text was updated successfully, but these errors were encountered: