mikebronner / laravel-messenger

Notifying your users doesn't have to be a lot of work.
MIT License
135 stars 15 forks source link

Abstract rendering to separate packages. #11

Open mikebronner opened 7 years ago

hailwood commented 7 years ago

A possible suggestion before the package becomes too large due to "Please add support for X framework" requests.

Seperate the renderer out to it's own package. then a user can pull in a renderer e.g. genealabs/laravel-messenger-bootstrap4 which will require genealabs/laravel-messenger.

This abstraction would also allow the community to add support for any number of rendering methods.

mikebronner commented 7 years ago

Thank you, that's a good point. I will delve into this down the road and explore this more. :)