Closed modernben closed 3 years ago
Thanks for this addition, I will push this into the master and prepare for a new v1.4!
If you want to add additional details in the readme so others can understand how to implement this that would be awesome.
Thanks again, and have a great weekend!
@timothymarois I'll add some verbiage and a code example. Feel free to edit if you like.
@timothymarois Added some documentation and updated the changelog
@timothymarois Just checking in on this. Let me know if you need anything else.
This is great! Thanks so much. Everything looks good so far. I'm going to push it this weekend.
Just checkin in on this again @timothymarois
@modernben This has been released! Let me know if you find any issues.
This allows quick extension of the base Service classes using macros in your AppServiceProvider. Instead of having to wire it all up yourself in multiple places or submit a PR to get the method added, you can easily add your own methods to the Service classes.
This would also utilize the awesome auth that is already in place meaning you don't have to recreate all of that.
Usage example: