jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.63k stars 243 forks source link

[Docs] Adds possible implementation of invocable class to documentation #360

Open tesar-tech opened 3 months ago

tesar-tech commented 3 months ago

Reasoning behind this change is to provide working example of invocable class.

The "closest" one in the docs is few lines below (invocable with params), where is "do not register them with the DI services.". Which is directly opposing the necessity with "normal" invokable.

For the better explanation user have to navigate to Invocables page.

This update keeps the full working example in one place.